#8B7515

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

Shades of Yukon Gold #8B7515

Tints of Yukon Gold #8B7515

Color information

#8B7515 (or 0x8B7515) is unknown color: approx Yukon Gold. HEX triplet: 8B, 75 and 15. RGB value is (139,117,21). Sum of RGB (Red+Green+Blue) = 139+117+21=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7515 is #748AEA. Grayscale: #717171. Windows color (decimal): -7637739 or 1406347. OLE color: 1406347.

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

Color convert

RGB13911721-
CMYK00.160.850.45
HSL48.81º73.75%31.37%-
HSV(B)48.81º84.89%54.51%-
XYZ17.1418.273.33-
YUV112.6376.29146.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=50.18%
G=42.24%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391172100.160.850.4548.8173.7531.37
Hex8B7515010552D314a1f
Octal21316525020125556111237
Binary100010111110101101010100001010101101101110001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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