#8b7113

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

Shades of Yukon Gold #8B7113

Tints of Yukon Gold #8B7113

Color information

#8B7113 (or 0x8B7113) is unknown color: approx Yukon Gold. HEX triplet: 8B, 71 and 13. RGB value is (139,113,19). Sum of RGB (Red+Green+Blue) = 139+113+19=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7113 is #748EEC. Grayscale: #6E6E6E. Windows color (decimal): -7638765 or 1274251. OLE color: 1274251.

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

Color convert

RGB13911319-
CMYK00.190.860.45
HSL47º75.95%30.98%-
HSV(B)47º86.33%54.51%-
XYZ16.6717.353.09-
YUV110.0676.61148.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=51.29%
G=41.70%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391131900.190.860.454775.9530.98
Hex8B7113013562D2f4c1f
Octal21316123023126555711437
Binary100010111110001100110100111010110101101101111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b7113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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