#9E750E

Color #9E750E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9E750E

Tints of Golden Brown #9E750E

Color information

#9E750E (or 0x9E750E) is unknown color: approx Golden Brown. HEX triplet: 9E, 75 and 0E. RGB value is (158,117,14). Sum of RGB (Red+Green+Blue) = 158+117+14=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E750E is #618AF1. Grayscale: #757575. Windows color (decimal): -6392562 or 947614. OLE color: 947614.

HSL color Cylindrical-coordinate representation of color #9E750E: hue angle of 42.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E750E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB15811714-
CMYK00.260.910.38
HSL42.92º83.72%33.73%-
HSV(B)42.92º91.14%61.96%-
XYZ20.5420.023.2-
YUV117.5269.58156.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=54.67%
G=40.48%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581171400.260.910.3842.9283.7233.73
Hex9E75E01A5B262b5422
Octal23616516032133465312442
Binary100111101110101111001101010110111001101010111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E750E; }

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

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

<style>
 a { background-color: #9E750E; }

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

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

<style>
 span { border-color: #9E750E; }

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

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