#9E2B2A

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

Shades of Brown #9E2B2A

Tints of Brown #9E2B2A

Color information

#9E2B2A (or 0x9E2B2A) is unknown color: approx Brown. HEX triplet: 9E, 2B and 2A. RGB value is (158,43,42). Sum of RGB (Red+Green+Blue) = 158+43+42=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B2A is #61D4D5. Grayscale: #4D4D4D. Windows color (decimal): -6411478 or 2763678. OLE color: 2763678.

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

Color convert

RGB1584342-
CMYK00.730.730.38
HSL0.52º58%39.22%-
HSV(B)0.52º73.42%61.96%-
XYZ15.389.163.15-
YUV77.27108.1185.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=65.02%
G=17.70%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158434200.730.730.380.525839.22
Hex9E2B2A049492613a27
Octal236535201111114617247
Binary100111101010111010100100100110010011001101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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