#8B710C

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

Shades of Yukon Gold #8B710C

Tints of Yukon Gold #8B710C

Color information

#8B710C (or 0x8B710C) is unknown color: approx Yukon Gold. HEX triplet: 8B, 71 and 0C. RGB value is (139,113,12). Sum of RGB (Red+Green+Blue) = 139+113+12=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B710C is #748EF3. Grayscale: #6D6D6D. Windows color (decimal): -7638772 or 815499. OLE color: 815499.

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

Color convert

RGB13911312-
CMYK00.190.910.45
HSL47.72º84.11%29.61%-
HSV(B)47.72º91.37%54.51%-
XYZ16.6217.332.82-
YUV109.2673.11149.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=52.65%
G=42.80%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391131200.190.910.4547.7284.1129.61
Hex8B71C0135B2D30541e
Octal21316114023133556012436
Binary10001011111000111000100111011011101101110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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