#8B7016

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

Shades of Yukon Gold #8B7016

Tints of Yukon Gold #8B7016

Color information

#8B7016 (or 0x8B7016) is unknown color: approx Yukon Gold. HEX triplet: 8B, 70 and 16. RGB value is (139,112,22). Sum of RGB (Red+Green+Blue) = 139+112+22=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7016 is #748FE9. Grayscale: #6E6E6E. Windows color (decimal): -7639018 or 1470603. OLE color: 1470603.

HSL color Cylindrical-coordinate representation of color #8B7016: hue angle of 46.15º 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 #8B7016 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13911222-
CMYK00.190.840.45
HSL46.15º72.67%31.57%-
HSV(B)46.15º84.17%54.51%-
XYZ16.5917.143.19-
YUV109.8178.45148.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=50.92%
G=41.03%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391122200.190.840.4546.1572.6731.57
Hex8B7016013542D2e4920
Octal21316026023124555611140
Binary1000101111100001011001001110101001011011011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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