#9E251C

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

Shades of Brown #9E251C

Tints of Brown #9E251C

Color information

#9E251C (or 0x9E251C) is unknown color: approx Brown. HEX triplet: 9E, 25 and 1C. RGB value is (158,37,28). Sum of RGB (Red+Green+Blue) = 158+37+28=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E251C is #61DAE3. Grayscale: #484848. Windows color (decimal): -6413028 or 1844638. OLE color: 1844638.

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

Color convert

RGB1583728-
CMYK00.770.820.38
HSL4.15º69.89%36.47%-
HSV(B)4.15º82.28%61.96%-
XYZ14.978.681.98-
YUV72.15103.09189.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.85%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=70.85%
G=16.59%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158372800.770.820.384.1569.8936.47
Hex9E251C04D522644624
Octal2364534011512246410644
Binary10011110100101111000100110110100101001101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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