#9E2A25

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

Shades of Brown #9E2A25

Tints of Brown #9E2A25

Color information

#9E2A25 (or 0x9E2A25) is unknown color: approx Brown. HEX triplet: 9E, 2A and 25. RGB value is (158,42,37). Sum of RGB (Red+Green+Blue) = 158+42+37=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A25 is #61D5DA. Grayscale: #4C4C4C. Windows color (decimal): -6411739 or 2435742. OLE color: 2435742.

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

Color convert

RGB1584237-
CMYK00.730.770.38
HSL2.48º62.05%38.24%-
HSV(B)2.48º76.58%61.96%-
XYZ15.269.062.69-
YUV76.11105.93186.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.67%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=66.67%
G=17.72%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158423700.730.770.382.4862.0538.24
Hex9E2A250494D2623e26
Octal236524501111154627646
Binary1001111010101010010101001001100110110011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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