#9E5901

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

Shades of Golden Brown #9E5901

Tints of Golden Brown #9E5901

Color information

#9E5901 (or 0x9E5901) is unknown color: approx Golden Brown. HEX triplet: 9E, 59 and 01. RGB value is (158,89,1). Sum of RGB (Red+Green+Blue) = 158+89+1=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5901 is #61A6FE. Grayscale: #646464. Windows color (decimal): -6399743 or 88478. OLE color: 88478.

HSL color Cylindrical-coordinate representation of color #9E5901: hue angle of 33.63º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E5901 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB158891-
CMYK00.440.990.38
HSL33.63º98.74%31.18%-
HSV(B)33.63º99.37%61.96%-
XYZ17.6814.421.88-
YUV99.672.36169.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.71%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=63.71%
G=35.89%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15889100.440.990.3833.6398.7431.18
Hex9E59102C632622631f
Octal2361311054143464214337
Binary100111101011001101011001100011100110100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,1); }

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

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

 a { background-color: rgb(158,89,1); }

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

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

 span { border-color: rgb(158,89,1); }

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