#8B7115

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

Shades of Yukon Gold #8B7115

Tints of Yukon Gold #8B7115

Color information

#8B7115 (or 0x8B7115) is unknown color: approx Yukon Gold. HEX triplet: 8B, 71 and 15. RGB value is (139,113,21). Sum of RGB (Red+Green+Blue) = 139+113+21=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7115 is #748EEA. Grayscale: #6E6E6E. Windows color (decimal): -7638763 or 1405323. OLE color: 1405323.

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

Color convert

RGB13911321-
CMYK00.190.850.45
HSL46.78º73.75%31.37%-
HSV(B)46.78º84.89%54.51%-
XYZ16.6917.353.18-
YUV110.2977.61148.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=50.92%
G=41.39%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391132100.190.850.4546.7873.7531.37
Hex8B7115013552D2f4a1f
Octal21316125023125555711237
Binary100010111110001101010100111010101101101101111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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