#8B750E

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

Shades of Yukon Gold #8B750E

Tints of Yukon Gold #8B750E

Color information

#8B750E (or 0x8B750E) is unknown color: approx Yukon Gold. HEX triplet: 8B, 75 and 0E. RGB value is (139,117,14). Sum of RGB (Red+Green+Blue) = 139+117+14=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B750E is #748AF1. Grayscale: #707070. Windows color (decimal): -7637746 or 947595. OLE color: 947595.

HSL color Cylindrical-coordinate representation of color #8B750E: hue angle of 49.44º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B750E is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB13911714-
CMYK00.160.900.45
HSL49.44º81.7%30%-
HSV(B)49.44º89.93%54.51%-
XYZ17.0918.243.04-
YUV111.8472.79147.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=51.48%
G=43.33%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391171400.160.900.4549.4481.730
Hex8B75E0105A2D31521e
Octal21316516020132556112236
Binary10001011111010111100100001011010101101110001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,117,14); }

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

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

 a { background-color: rgb(139,117,14); }

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

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

 span { border-color: rgb(139,117,14); }

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