Html Css Color HEX #9E440D Saddle Brown

📋 copy color: '#9E440D'

red 158 ◦ green 68 ◦ blue 13

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

Shades of Saddle Brown #9E440D

Tints of Saddle Brown #9E440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 66.11%
G = 28.45%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9E440D (or 0x9E440D) is known color: Saddle Brown. HEX triplet: 9E, 44 and 0D. RGB value is (158,68,13). Sum of RGB (Red+Green+Blue) = 158+68+13=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E440D is #61BBF2. Grayscale: #585858. Windows color (decimal): -6405107 or 869534. OLE color: 869534.

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

Color convert

RGB 158 68 13 -
CMYK 0 0.57 0.92 0.38
HSL 22.76º 0.85% 0.34% -
HSV(B) 22.76º 0.92% 0.62% -
XYZ 16.24 11.43 1.73 -
YUV 88.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 158 68 13 0 0.57 0.92 0.38 22.76 0.85 0.34
Hex 9E 44 D 0 39 5C 26 17 55 22
Octal 236 104 15 0 71 134 46 27 125 42
Binary 10011110 1000100 1101 0 111001 1011100 100110 10111 1010101 100010

Color Harmonies of #9E440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E440D

Black with #9E440D

Text Example


Text Example

White with #9E440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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