#8B7514

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

Shades of Yukon Gold #8B7514

Tints of Yukon Gold #8B7514

Color information

#8B7514 (or 0x8B7514) is unknown color: approx Yukon Gold. HEX triplet: 8B, 75 and 14. RGB value is (139,117,20). Sum of RGB (Red+Green+Blue) = 139+117+20=276 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.36% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7514 is #748AEB. Grayscale: #707070. Windows color (decimal): -7637740 or 1340811. OLE color: 1340811.

HSL color Cylindrical-coordinate representation of color #8B7514: hue angle of 48.91º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B7514 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB13911720-
CMYK00.160.860.45
HSL48.91º74.84%31.18%-
HSV(B)48.91º85.61%54.51%-
XYZ17.1418.263.28-
YUV112.5275.79146.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.36%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 20 (8.20% from 255) = 7.25%
R=50.36%
G=42.39%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391172000.160.860.4548.9174.8431.18
Hex8B7514010562D314b1f
Octal21316524020126556111337
Binary100010111110101101000100001010110101101110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,20); }

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

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

 a { background-color: rgb(139,117,20); }

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

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

 span { border-color: rgb(139,117,20); }

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