#8C730C

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

Shades of Yukon Gold #8C730C

Tints of Yukon Gold #8C730C

Color information

#8C730C (or 0x8C730C) is unknown color: approx Yukon Gold. HEX triplet: 8C, 73 and 0C. RGB value is (140,115,12). Sum of RGB (Red+Green+Blue) = 140+115+12=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C730C is #738CF3. Grayscale: #6F6F6F. Windows color (decimal): -7572724 or 816012. OLE color: 816012.

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

Color convert

RGB14011512-
CMYK00.180.910.45
HSL48.28º84.21%29.8%-
HSV(B)48.28º91.43%54.9%-
XYZ17.0117.862.9-
YUV110.7372.28148.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=52.43%
G=43.07%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401151200.180.910.4548.2884.2129.8
Hex8C73C0125B2D30541e
Octal21416314022133556012436
Binary10001100111001111000100101011011101101110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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