Html Css Color HEX #9E4614 Saddle Brown

📋 copy color: '#9E4614'

red 158 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #9E4614

Tints of Saddle Brown #9E4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 63.71%
G = 28.23%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9E4614 (or 0x9E4614) is known color: Saddle Brown. HEX triplet: 9E, 46 and 14. RGB value is (158,70,20). Sum of RGB (Red+Green+Blue) = 158+70+20=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4614 is #61B9EB. Grayscale: #5A5A5A. Windows color (decimal): -6404588 or 1328798. OLE color: 1328798.

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

Color convert

RGB 158 70 20 -
CMYK 0 0.56 0.87 0.38
HSL 21.74º 0.78% 0.35% -
HSV(B) 21.74º 0.87% 0.62% -
XYZ 16.42 11.7 2.05 -
YUV 90.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 158 70 20 0 0.56 0.87 0.38 21.74 0.78 0.35
Hex 9E 46 14 0 38 57 26 16 4E 23
Octal 236 106 24 0 70 127 46 26 116 43
Binary 10011110 1000110 10100 0 111000 1010111 100110 10110 1001110 100011

Color Harmonies of #9E4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4614

Black with #9E4614

Text Example


Text Example

White with #9E4614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,70,20); }

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

background-color css

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

 a { background-color: rgb(158,70,20); }

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

border-color css

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

 span { border-color: rgb(158,70,20); }

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