#8C730B

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

Shades of Yukon Gold #8C730B

Tints of Yukon Gold #8C730B

Color information

#8C730B (or 0x8C730B) is unknown color: approx Yukon Gold. HEX triplet: 8C, 73 and 0B. RGB value is (140,115,11). Sum of RGB (Red+Green+Blue) = 140+115+11=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C730B is #738CF4. Grayscale: #6F6F6F. Windows color (decimal): -7572725 or 750476. OLE color: 750476.

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

Color convert

RGB14011511-
CMYK00.180.920.45
HSL48.37º85.43%29.61%-
HSV(B)48.37º92.14%54.9%-
XYZ17.0117.862.87-
YUV110.6271.78148.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=52.63%
G=43.23%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401151100.180.920.4548.3785.4329.61
Hex8C73B0125C2D30551e
Octal21416313022134556012536
Binary10001100111001110110100101011100101101110000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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