Html Css Color HEX #9E440B Saddle Brown

📋 copy color: '#9E440B'

red 158 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #9E440B

Tints of Saddle Brown #9E440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.64%

R = 66.67%
G = 28.69%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9E440B (or 0x9E440B) is known color: Saddle Brown. HEX triplet: 9E, 44 and 0B. RGB value is (158,68,11). Sum of RGB (Red+Green+Blue) = 158+68+11=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E440B is #61BBF4. Grayscale: #585858. Windows color (decimal): -6405109 or 738462. OLE color: 738462.

HSL color Cylindrical-coordinate representation of color #9E440B: hue angle of 23.27º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E440B is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 68 11 -
CMYK 0 0.57 0.93 0.38
HSL 23.27º 0.87% 0.33% -
HSV(B) 23.27º 0.93% 0.62% -
XYZ 16.23 11.43 1.67 -
YUV 88.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 158 68 11 0 0.57 0.93 0.38 23.27 0.87 0.33
Hex 9E 44 B 0 39 5D 26 17 57 21
Octal 236 104 13 0 71 135 46 27 127 41
Binary 10011110 1000100 1011 0 111001 1011101 100110 10111 1010111 100001

Color Harmonies of #9E440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E440B

Black with #9E440B

Text Example


Text Example

White with #9E440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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