Html Css Color HEX #9E3E09 Saddle Brown

📋 copy color: '#9E3E09'

red 158 ◦ green 62 ◦ blue 9

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

Shades of Saddle Brown #9E3E09

Tints of Saddle Brown #9E3E09

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.07%

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

R = 69%
G = 27.07%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E3E09 (or 0x9E3E09) is known color: Saddle Brown. HEX triplet: 9E, 3E and 09. RGB value is (158,62,9). Sum of RGB (Red+Green+Blue) = 158+62+9=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3E09 is #61C1F6. Grayscale: #545454. Windows color (decimal): -6406647 or 605854. OLE color: 605854.

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

Color convert

RGB 158 62 9 -
CMYK 0 0.61 0.94 0.38
HSL 21.34º 0.89% 0.33% -
HSV(B) 21.34º 0.94% 0.62% -
XYZ 15.87 10.73 1.49 -
YUV 84.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 158 62 9 0 0.61 0.94 0.38 21.34 0.89 0.33
Hex 9E 3E 9 0 3D 5E 26 15 59 21
Octal 236 76 11 0 75 136 46 25 131 41
Binary 10011110 111110 1001 0 111101 1011110 100110 10101 1011001 100001

Color Harmonies of #9E3E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3E09

Black with #9E3E09

Text Example


Text Example

White with #9E3E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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