#9E241F

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

Shades of Brown #9E241F

Tints of Brown #9E241F

Color information

#9E241F (or 0x9E241F) is unknown color: approx Brown. HEX triplet: 9E, 24 and 1F. RGB value is (158,36,31). Sum of RGB (Red+Green+Blue) = 158+36+31=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E241F is #61DBE0. Grayscale: #484848. Windows color (decimal): -6413281 or 2040990. OLE color: 2040990.

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

Color convert

RGB1583631-
CMYK00.770.800.38
HSL2.36º67.2%37.06%-
HSV(B)2.36º80.38%61.96%-
XYZ14.988.632.17-
YUV71.91104.92189.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 36 (14.45% from 255) = 16%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=70.22%
G=16%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158363100.770.800.382.3667.237.06
Hex9E241F04D502624325
Octal2364437011512046210345
Binary1001111010010011111010011011010000100110101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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