Html Css Color HEX #9E5009 Saddle Brown

📋 copy color: '#9E5009'

red 158 ◦ green 80 ◦ blue 9

#9E5009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #9E5009

Tints of Saddle Brown #9E5009

RGB

 RED value IS 158 (62.11% from 255) = 63.97%

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 63.97%
G = 32.39%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E5009 (or 0x9E5009) is known color: Saddle Brown. HEX triplet: 9E, 50 and 09. RGB value is (158,80,9). Sum of RGB (Red+Green+Blue) = 158+80+9=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5009 is #61AFF6. Grayscale: #5F5F5F. Windows color (decimal): -6402039 or 610462. OLE color: 610462.

HSL color Cylindrical-coordinate representation of color #9E5009: hue angle of 28.59º degrees, saturation: 0.89, 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 #9E5009 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 80 9 -
CMYK 0 0.49 0.94 0.38
HSL 28.59º 0.89% 0.33% -
HSV(B) 28.59º 0.94% 0.62% -
XYZ 17.02 13.03 1.88 -
YUV 95.23 79.34 172.77 -
System Red Green Blue C M Y K H S L
Decimal 158 80 9 0 0.49 0.94 0.38 28.59 0.89 0.33
Hex 9E 50 9 0 31 5E 26 1D 59 21
Octal 236 120 11 0 61 136 46 35 131 41
Binary 10011110 1010000 1001 0 110001 1011110 100110 11101 1011001 100001

Color Harmonies of #9E5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5009

Black with #9E5009

Text Example


Text Example

White with #9E5009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,9); }

 H1.HeaderClassName
 {
   color: #9E5009;
 }
 .AnyTagClassName
 {
   color: #9E5009;
 }
</style>

background-color css

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

 a { background-color: rgb(158,80,9); }

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

border-color css

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

 span { border-color: rgb(158,80,9); }

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