Html Css Color HEX #9E370A Saddle Brown

📋 copy color: '#9E370A'

red 158 ◦ green 55 ◦ blue 10

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

Shades of Saddle Brown #9E370A

Tints of Saddle Brown #9E370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 70.85%
G = 24.66%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E370A (or 0x9E370A) is known color: Saddle Brown. HEX triplet: 9E, 37 and 0A. RGB value is (158,55,10). Sum of RGB (Red+Green+Blue) = 158+55+10=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E370A is #61C8F5. Grayscale: #505050. Windows color (decimal): -6408438 or 669598. OLE color: 669598.

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

Color convert

RGB 158 55 10 -
CMYK 0 0.65 0.94 0.38
HSL 18.24º 0.88% 0.33% -
HSV(B) 18.24º 0.94% 0.62% -
XYZ 15.52 10.02 1.4 -
YUV 80.67 88.12 183.16 -
System Red Green Blue C M Y K H S L
Decimal 158 55 10 0 0.65 0.94 0.38 18.24 0.88 0.33
Hex 9E 37 A 0 41 5E 26 12 58 21
Octal 236 67 12 0 101 136 46 22 130 41
Binary 10011110 110111 1010 0 1000001 1011110 100110 10010 1011000 100001

Color Harmonies of #9E370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E370A

Black with #9E370A

Text Example


Text Example

White with #9E370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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