#9E750A

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

Shades of Golden Brown #9E750A

Tints of Golden Brown #9E750A

Color information

#9E750A (or 0x9E750A) is unknown color: approx Golden Brown. HEX triplet: 9E, 75 and 0A. RGB value is (158,117,10). Sum of RGB (Red+Green+Blue) = 158+117+10=285 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.44% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 158 - color contains mainly: red. Hex color #9E750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E750A is #618AF5. Grayscale: #757575. Windows color (decimal): -6392566 or 685470. OLE color: 685470.

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

Color convert

RGB15811710-
CMYK00.260.940.38
HSL43.38º88.1%32.94%-
HSV(B)43.38º93.67%61.96%-
XYZ20.5220.013.07-
YUV117.0667.58157.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.44%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=55.44%
G=41.05%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581171000.260.940.3843.3888.132.94
Hex9E75A01A5E262b5821
Octal23616512032136465313041
Binary100111101110101101001101010111101001101010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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