#9E2421

Color #9E2421 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #9E2421

Tints of Brown #9E2421

Color information

#9E2421 (or 0x9E2421) is unknown color: approx Brown. HEX triplet: 9E, 24 and 21. RGB value is (158,36,33). Sum of RGB (Red+Green+Blue) = 158+36+33=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2421 is #61DBDE. Grayscale: #484848. Windows color (decimal): -6413279 or 2172062. OLE color: 2172062.

HSL color Cylindrical-coordinate representation of color #9E2421: hue angle of 1.44º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2421 is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB1583633-
CMYK00.770.790.38
HSL1.44º65.45%37.45%-
HSV(B)1.44º79.11%61.96%-
XYZ15.018.642.32-
YUV72.14105.92189.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.60%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=69.60%
G=15.86%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158363300.770.790.381.4465.4537.45
Hex9E242104D4F2614125
Octal2364441011511746110145
Binary1001111010010010000101001101100111110011011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,36,33); }

 H1.HeaderClassName
 {
   color: #9E2421;
 }
 .AnyTagClassName
 {
   color: #9E2421;
 }
</style>
background-color css

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

 a { background-color: rgb(158,36,33); }

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

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

 span { border-color: rgb(158,36,33); }

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