Html Css Color HEX #9E4004 Saddle Brown

📋 copy color: '#9E4004'

red 158 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #9E4004

Tints of Saddle Brown #9E4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 69.91%
G = 28.32%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E4004 (or 0x9E4004) is known color: Saddle Brown. HEX triplet: 9E, 40 and 04. RGB value is (158,64,4). Sum of RGB (Red+Green+Blue) = 158+64+4=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4004 is #61BFFB. Grayscale: #555555. Windows color (decimal): -6406140 or 278686. OLE color: 278686.

HSL color Cylindrical-coordinate representation of color #9E4004: hue angle of 23.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E4004 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 64 4 -
CMYK 0 0.59 0.97 0.38
HSL 23.38º 0.95% 0.32% -
HSV(B) 23.38º 0.97% 0.62% -
XYZ 15.96 10.94 1.39 -
YUV 85.27 82.14 179.88 -
System Red Green Blue C M Y K H S L
Decimal 158 64 4 0 0.59 0.97 0.38 23.38 0.95 0.32
Hex 9E 40 4 0 3B 61 26 17 5F 20
Octal 236 100 4 0 73 141 46 27 137 40
Binary 10011110 1000000 100 0 111011 1100001 100110 10111 1011111 100000

Color Harmonies of #9E4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4004

Black with #9E4004

Text Example


Text Example

White with #9E4004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,64,4); }

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

background-color css

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

 a { background-color: rgb(158,64,4); }

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

border-color css

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

 span { border-color: rgb(158,64,4); }

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