Html Css Color HEX #9E4217 Saddle Brown

📋 copy color: '#9E4217'

red 158 ◦ green 66 ◦ blue 23

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

Shades of Saddle Brown #9E4217

Tints of Saddle Brown #9E4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 63.97%
G = 26.72%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E4217 (or 0x9E4217) is known color: Saddle Brown. HEX triplet: 9E, 42 and 17. RGB value is (158,66,23). Sum of RGB (Red+Green+Blue) = 158+66+23=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4217 is #61BDE8. Grayscale: #585858. Windows color (decimal): -6405609 or 1524382. OLE color: 1524382.

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

Color convert

RGB 158 66 23 -
CMYK 0 0.58 0.85 0.38
HSL 19.11º 0.75% 0.35% -
HSV(B) 19.11º 0.85% 0.62% -
XYZ 16.2 11.23 2.12 -
YUV 88.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 158 66 23 0 0.58 0.85 0.38 19.11 0.75 0.35
Hex 9E 42 17 0 3A 55 26 13 4B 23
Octal 236 102 27 0 72 125 46 23 113 43
Binary 10011110 1000010 10111 0 111010 1010101 100110 10011 1001011 100011

Color Harmonies of #9E4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4217

Black with #9E4217

Text Example


Text Example

White with #9E4217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,66,23); }

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

background-color css

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

 a { background-color: rgb(158,66,23); }

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

border-color css

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

 span { border-color: rgb(158,66,23); }

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