#8B720C

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

Shades of Yukon Gold #8B720C

Tints of Yukon Gold #8B720C

Color information

#8B720C (or 0x8B720C) is unknown color: approx Yukon Gold. HEX triplet: 8B, 72 and 0C. RGB value is (139,114,12). Sum of RGB (Red+Green+Blue) = 139+114+12=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B720C is #748DF3. Grayscale: #6E6E6E. Windows color (decimal): -7638516 or 815755. OLE color: 815755.

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

Color convert

RGB13911412-
CMYK00.180.910.45
HSL48.19º84.11%29.61%-
HSV(B)48.19º91.37%54.51%-
XYZ16.7317.552.85-
YUV109.8572.78148.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 12 (5.08% from 255) = 4.53%
R=52.45%
G=43.02%
B=4.53%

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
Decimal1391141200.180.910.4548.1984.1129.61
Hex8B72C0125B2D30541e
Octal21316214022133556012436
Binary10001011111001011000100101011011101101110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,12); }

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

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

 a { background-color: rgb(139,114,12); }

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

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

 span { border-color: rgb(139,114,12); }

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