Html Css Color HEX #9E3C05 Saddle Brown

📋 copy color: '#9E3C05'

red 158 ◦ green 60 ◦ blue 5

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

Shades of Saddle Brown #9E3C05

Tints of Saddle Brown #9E3C05

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.91%

 BLUE value IS 5 (2.34% from 255) = 2.24%

R = 70.85%
G = 26.91%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E3C05 (or 0x9E3C05) is known color: Saddle Brown. HEX triplet: 9E, 3C and 05. RGB value is (158,60,5). Sum of RGB (Red+Green+Blue) = 158+60+5=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3C05 is #61C3FA. Grayscale: #535353. Windows color (decimal): -6407163 or 343198. OLE color: 343198.

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

Color convert

RGB 158 60 5 -
CMYK 0 0.62 0.97 0.38
HSL 21.57º 0.94% 0.32% -
HSV(B) 21.57º 0.97% 0.62% -
XYZ 15.74 10.51 1.34 -
YUV 83.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 158 60 5 0 0.62 0.97 0.38 21.57 0.94 0.32
Hex 9E 3C 5 0 3E 61 26 16 5E 20
Octal 236 74 5 0 76 141 46 26 136 40
Binary 10011110 111100 101 0 111110 1100001 100110 10110 1011110 100000

Color Harmonies of #9E3C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3C05

Black with #9E3C05

Text Example


Text Example

White with #9E3C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,60,5); }

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

background-color css

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

 a { background-color: rgb(158,60,5); }

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

border-color css

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

 span { border-color: rgb(158,60,5); }

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