#8B7616

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

Shades of Yukon Gold #8B7616

Tints of Yukon Gold #8B7616

Color information

#8B7616 (or 0x8B7616) is unknown color: approx Yukon Gold. HEX triplet: 8B, 76 and 16. RGB value is (139,118,22). Sum of RGB (Red+Green+Blue) = 139+118+22=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7616 is #7489E9. Grayscale: #717171. Windows color (decimal): -7637482 or 1472139. OLE color: 1472139.

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

Color convert

RGB13911822-
CMYK00.150.840.45
HSL49.23º72.67%31.57%-
HSV(B)49.23º84.17%54.51%-
XYZ17.2718.53.42-
YUV113.3476.46146.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=49.82%
G=42.29%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391182200.150.840.4549.2372.6731.57
Hex8B76160F542D314920
Octal21316626017124556111140
Binary100010111110110101100111110101001011011100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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