Html Css Color HEX #9E4002 Saddle Brown

📋 copy color: '#9E4002'

red 158 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #9E4002

Tints of Saddle Brown #9E4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 70.54%
G = 28.57%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E4002 (or 0x9E4002) is known color: Saddle Brown. HEX triplet: 9E, 40 and 02. RGB value is (158,64,2). Sum of RGB (Red+Green+Blue) = 158+64+2=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4002 is #61BFFD. Grayscale: #555555. Windows color (decimal): -6406142 or 147614. OLE color: 147614.

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

Color convert

RGB 158 64 2 -
CMYK 0 0.59 0.99 0.38
HSL 23.85º 0.98% 0.31% -
HSV(B) 23.85º 0.99% 0.62% -
XYZ 15.94 10.94 1.33 -
YUV 85.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 158 64 2 0 0.59 0.99 0.38 23.85 0.98 0.31
Hex 9E 40 2 0 3B 63 26 18 62 1F
Octal 236 100 2 0 73 143 46 30 142 37
Binary 10011110 1000000 10 0 111011 1100011 100110 11000 1100010 11111

Color Harmonies of #9E4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4002

Black with #9E4002

Text Example


Text Example

White with #9E4002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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