#9E3125

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

Shades of Brown #9E3125

Tints of Brown #9E3125

Color information

#9E3125 (or 0x9E3125) is unknown color: approx Brown. HEX triplet: 9E, 31 and 25. RGB value is (158,49,37). Sum of RGB (Red+Green+Blue) = 158+49+37=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3125 is #61CEDA. Grayscale: #505050. Windows color (decimal): -6409947 or 2437534. OLE color: 2437534.

HSL color Cylindrical-coordinate representation of color #9E3125: hue angle of 5.95º 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 #9E3125 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1584937-
CMYK00.690.770.38
HSL5.95º62.05%38.24%-
HSV(B)5.95º76.58%61.96%-
XYZ15.539.62.78-
YUV80.22103.61183.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=64.75%
G=20.08%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158493700.690.770.385.9562.0538.24
Hex9E31250454D2663e26
Octal236614501051154667646
Binary10011110110001100101010001011001101100110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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