#8B761C

Color #8B761C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8B761C

Tints of Yukon Gold #8B761C

Color information

#8B761C (or 0x8B761C) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 1C. RGB value is (139,118,28). Sum of RGB (Red+Green+Blue) = 139+118+28=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B761C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B761C is #7489E3. Grayscale: #727272. Windows color (decimal): -7637476 or 1865355. OLE color: 1865355.

HSL color Cylindrical-coordinate representation of color #8B761C: hue angle of 48.65º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B761C is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB13911828-
CMYK00.150.800.45
HSL48.65º66.47%32.75%-
HSV(B)48.65º79.86%54.51%-
XYZ17.3418.533.76-
YUV114.0279.46145.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=48.77%
G=41.40%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391182800.150.800.4548.6566.4732.75
Hex8B761C0F502D314221
Octal21316634017120556110241
Binary100010111110110111000111110100001011011100011000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B761C; }

 p { color: rgb(139,118,28); }

 H1.HeaderClassName
 {
   color: #8B761C;
 }
 .AnyTagClassName
 {
   color: #8B761C;
 }
</style>
background-color css

<style>
 a { background-color: #8B761C; }

 a { background-color: rgb(139,118,28); }

 div.DivClassName
 {
   background-color: #8B761C;
 }
 .BgClassName
 {
   background-color: #8B761C;
 }
</style>
border-color css

<style>
 span { border-color: #8B761C; }

 span { border-color: rgb(139,118,28); }

 td.TdClassName
 {
   border-color: #8B761C;
 }
 .TagClassName
 {
   border-color: #8B761C;
 }
</style>