#9E2B22

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

Shades of Brown #9E2B22

Tints of Brown #9E2B22

Color information

#9E2B22 (or 0x9E2B22) is unknown color: approx Brown. HEX triplet: 9E, 2B and 22. RGB value is (158,43,34). Sum of RGB (Red+Green+Blue) = 158+43+34=235 (31% of max value = 765). Red value is 158 (62.11% from 255 or 67.23% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B22 is #61D4DD. Grayscale: #4C4C4C. Windows color (decimal): -6411486 or 2239390. OLE color: 2239390.

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

Color convert

RGB1584334-
CMYK00.730.780.38
HSL4.35º64.58%37.65%-
HSV(B)4.35º78.48%61.96%-
XYZ15.259.112.47-
YUV76.36104.1186.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 67.23%
GREEN value IS 43 (17.19% from 255) = 18.30%
BLUE value IS 34 (13.67% from 255) = 14.47%
R=67.23%
G=18.30%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158433400.730.780.384.3564.5837.65
Hex9E2B220494E2644126
Octal2365342011111646410146
Binary100111101010111000100100100110011101001101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,34); }

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

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

 a { background-color: rgb(158,43,34); }

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

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

 span { border-color: rgb(158,43,34); }

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