#8B7715

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

Shades of Yukon Gold #8B7715

Tints of Yukon Gold #8B7715

Color information

#8B7715 (or 0x8B7715) is unknown color: approx Yukon Gold. HEX triplet: 8B, 77 and 15. RGB value is (139,119,21). Sum of RGB (Red+Green+Blue) = 139+119+21=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7715 is #7488EA. Grayscale: #727272. Windows color (decimal): -7637227 or 1406859. OLE color: 1406859.

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

Color convert

RGB13911921-
CMYK00.140.850.45
HSL49.83º73.75%31.37%-
HSV(B)49.83º84.89%54.51%-
XYZ17.3818.743.41-
YUV113.8175.63145.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=49.82%
G=42.65%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391192100.140.850.4549.8373.7531.37
Hex8B77150E552D324a1f
Octal21316725016125556211237
Binary10001011111011110101011101010101101101110010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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