Html Css Color HEX #9E440C Saddle Brown

📋 copy color: '#9E440C'

red 158 ◦ green 68 ◦ blue 12

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

Shades of Saddle Brown #9E440C

Tints of Saddle Brown #9E440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 66.39%
G = 28.57%
B = 5.04%

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

#9E440C (or 0x9E440C) is known color: Saddle Brown. HEX triplet: 9E, 44 and 0C. RGB value is (158,68,12). Sum of RGB (Red+Green+Blue) = 158+68+12=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E440C is #61BBF3. Grayscale: #585858. Windows color (decimal): -6405108 or 803998. OLE color: 803998.

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

Color convert

RGB 158 68 12 -
CMYK 0 0.57 0.92 0.38
HSL 23.01º 0.86% 0.33% -
HSV(B) 23.01º 0.92% 0.62% -
XYZ 16.23 11.43 1.7 -
YUV 88.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 158 68 12 0 0.57 0.92 0.38 23.01 0.86 0.33
Hex 9E 44 C 0 39 5C 26 17 56 21
Octal 236 104 14 0 71 134 46 27 126 41
Binary 10011110 1000100 1100 0 111001 1011100 100110 10111 1010110 100001

Color Harmonies of #9E440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E440C

Black with #9E440C

Text Example


Text Example

White with #9E440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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