#8B7618

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

Shades of Yukon Gold #8B7618

Tints of Yukon Gold #8B7618

Color information

#8B7618 (or 0x8B7618) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 18. RGB value is (139,118,24). Sum of RGB (Red+Green+Blue) = 139+118+24=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7618 is #7489E7. Grayscale: #717171. Windows color (decimal): -7637480 or 1603211. OLE color: 1603211.

HSL color Cylindrical-coordinate representation of color #8B7618: hue angle of 49.04º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B7618 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB13911824-
CMYK00.150.830.45
HSL49.04º70.55%31.96%-
HSV(B)49.04º82.73%54.51%-
XYZ17.2918.513.53-
YUV113.5677.46146.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 118 (46.48% from 255) = 41.99%
BLUE value IS 24 (9.77% from 255) = 8.54%
R=49.47%
G=41.99%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391182400.150.830.4549.0470.5531.96
Hex8B76180F532D314720
Octal21316630017123556110740
Binary100010111110110110000111110100111011011100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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