#8B7410

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

Shades of Yukon Gold #8B7410

Tints of Yukon Gold #8B7410

Color information

#8B7410 (or 0x8B7410) is unknown color: approx Yukon Gold. HEX triplet: 8B, 74 and 10. RGB value is (139,116,16). Sum of RGB (Red+Green+Blue) = 139+116+16=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7410 is #748BEF. Grayscale: #6F6F6F. Windows color (decimal): -7638000 or 1078411. OLE color: 1078411.

HSL color Cylindrical-coordinate representation of color #8B7410: hue angle of 48.78º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B7410 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB13911616-
CMYK00.170.880.45
HSL48.78º79.35%30.39%-
HSV(B)48.78º88.49%54.51%-
XYZ16.9918.023.07-
YUV111.4874.12147.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=51.29%
G=42.80%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391161600.170.880.4548.7879.3530.39
Hex8B7410011582D314f1e
Octal21316420021130556111736
Binary100010111110100100000100011011000101101110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,16); }

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

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

 a { background-color: rgb(139,116,16); }

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

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

 span { border-color: rgb(139,116,16); }

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