#8C7316

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

Shades of Yukon Gold #8C7316

Tints of Yukon Gold #8C7316

Color information

#8C7316 (or 0x8C7316) is unknown color: approx Yukon Gold. HEX triplet: 8C, 73 and 16. RGB value is (140,115,22). Sum of RGB (Red+Green+Blue) = 140+115+22=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7316 is #738CE9. Grayscale: #707070. Windows color (decimal): -7572714 or 1471372. OLE color: 1471372.

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

Color convert

RGB14011522-
CMYK00.180.840.45
HSL47.29º72.84%31.76%-
HSV(B)47.29º84.29%54.9%-
XYZ17.0917.893.31-
YUV111.8777.28148.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.54%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=50.54%
G=41.52%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401152200.180.840.4547.2972.8431.76
Hex8C7316012542D2f4920
Octal21416326022124555711140
Binary1000110011100111011001001010101001011011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,115,22); }

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

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

 a { background-color: rgb(140,115,22); }

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

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

 span { border-color: rgb(140,115,22); }

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