Html Css Color HEX #9E4402 Saddle Brown

📋 copy color: '#9E4402'

red 158 ◦ green 68 ◦ blue 2

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

Shades of Saddle Brown #9E4402

Tints of Saddle Brown #9E4402

RGB

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

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

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

R = 69.3%
G = 29.82%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E4402 (or 0x9E4402) is known color: Saddle Brown. HEX triplet: 9E, 44 and 02. RGB value is (158,68,2). Sum of RGB (Red+Green+Blue) = 158+68+2=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4402 is #61BBFD. Grayscale: #575757. Windows color (decimal): -6405118 or 148638. OLE color: 148638.

HSL color Cylindrical-coordinate representation of color #9E4402: hue angle of 25.38º 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 #9E4402 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 68 2 -
CMYK 0 0.57 0.99 0.38
HSL 25.38º 0.98% 0.31% -
HSV(B) 25.38º 0.99% 0.62% -
XYZ 16.18 11.41 1.41 -
YUV 87.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 158 68 2 0 0.57 0.99 0.38 25.38 0.98 0.31
Hex 9E 44 2 0 39 63 26 19 62 1F
Octal 236 104 2 0 71 143 46 31 142 37
Binary 10011110 1000100 10 0 111001 1100011 100110 11001 1100010 11111

Color Harmonies of #9E4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4402

Black with #9E4402

Text Example


Text Example

White with #9E4402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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