Html Css Color HEX #9E450D Saddle Brown

📋 copy color: '#9E450D'

red 158 ◦ green 69 ◦ blue 13

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

Shades of Saddle Brown #9E450D

Tints of Saddle Brown #9E450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 65.83%
G = 28.75%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E450D (or 0x9E450D) is known color: Saddle Brown. HEX triplet: 9E, 45 and 0D. RGB value is (158,69,13). Sum of RGB (Red+Green+Blue) = 158+69+13=240 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.83% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 158 - color contains mainly: red. Hex color #9E450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E450D is #61BAF2. Grayscale: #595959. Windows color (decimal): -6404851 or 869790. OLE color: 869790.

HSL color Cylindrical-coordinate representation of color #9E450D: hue angle of 23.17º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E450D is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 69 13 -
CMYK 0 0.56 0.92 0.38
HSL 23.17º 0.85% 0.34% -
HSV(B) 23.17º 0.92% 0.62% -
XYZ 16.3 11.55 1.75 -
YUV 89.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 158 69 13 0 0.56 0.92 0.38 23.17 0.85 0.34
Hex 9E 45 D 0 38 5C 26 17 55 22
Octal 236 105 15 0 70 134 46 27 125 42
Binary 10011110 1000101 1101 0 111000 1011100 100110 10111 1010101 100010

Color Harmonies of #9E450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E450D

Black with #9E450D

Text Example


Text Example

White with #9E450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,69,13); }

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

background-color css

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

 a { background-color: rgb(158,69,13); }

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

border-color css

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

 span { border-color: rgb(158,69,13); }

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