#9E241B

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

Shades of Brown #9E241B

Tints of Brown #9E241B

Color information

#9E241B (or 0x9E241B) is unknown color: approx Brown. HEX triplet: 9E, 24 and 1B. RGB value is (158,36,27). Sum of RGB (Red+Green+Blue) = 158+36+27=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E241B is #61DBE4. Grayscale: #474747. Windows color (decimal): -6413285 or 1778846. OLE color: 1778846.

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

Color convert

RGB1583627-
CMYK00.770.830.38
HSL4.12º70.81%36.27%-
HSV(B)4.12º82.91%61.96%-
XYZ14.938.611.91-
YUV71.45102.92189.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.49%
GREEN value IS 36 (14.45% from 255) = 16.29%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=71.49%
G=16.29%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158362700.770.830.384.1270.8136.27
Hex9E241B04D532644724
Octal2364433011512346410744
Binary10011110100100110110100110110100111001101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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