#8B7116

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

Shades of Yukon Gold #8B7116

Tints of Yukon Gold #8B7116

Color information

#8B7116 (or 0x8B7116) is unknown color: approx Yukon Gold. HEX triplet: 8B, 71 and 16. RGB value is (139,113,22). Sum of RGB (Red+Green+Blue) = 139+113+22=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7116 is #748EE9. Grayscale: #6E6E6E. Windows color (decimal): -7638762 or 1470859. OLE color: 1470859.

HSL color Cylindrical-coordinate representation of color #8B7116: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B7116 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13911322-
CMYK00.190.840.45
HSL46.67º72.67%31.57%-
HSV(B)46.67º84.17%54.51%-
XYZ16.717.363.23-
YUV110.478.11148.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=50.73%
G=41.24%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391132200.190.840.4546.6772.6731.57
Hex8B7116013542D2f4920
Octal21316126023124555711140
Binary1000101111100011011001001110101001011011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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