#89750E

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

Shades of Yukon Gold #89750E

Tints of Yukon Gold #89750E

Color information

#89750E (or 0x89750E) is unknown color: approx Yukon Gold. HEX triplet: 89, 75 and 0E. RGB value is (137,117,14). Sum of RGB (Red+Green+Blue) = 137+117+14=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89750E is #768AF1. Grayscale: #6F6F6F. Windows color (decimal): -7768818 or 947593. OLE color: 947593.

HSL color Cylindrical-coordinate representation of color #89750E: hue angle of 50.24º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89750E is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB13711714-
CMYK00.150.900.46
HSL50.24º81.46%29.61%-
HSV(B)50.24º89.78%53.73%-
XYZ16.7618.073.02-
YUV111.2473.13146.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=51.12%
G=43.66%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371171400.150.900.4650.2481.4629.61
Hex8975E0F5A2E32511e
Octal21116516017132566212136
Binary1000100111101011110011111011010101110110010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89750E; }

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

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

<style>
 a { background-color: #89750E; }

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

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

<style>
 span { border-color: #89750E; }

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

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