#9E2E27

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

Shades of Brown #9E2E27

Tints of Brown #9E2E27

Color information

#9E2E27 (or 0x9E2E27) is unknown color: approx Brown. HEX triplet: 9E, 2E and 27. RGB value is (158,46,39). Sum of RGB (Red+Green+Blue) = 158+46+39=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2E27 is #61D1D8. Grayscale: #4E4E4E. Windows color (decimal): -6410713 or 2567838. OLE color: 2567838.

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

Color convert

RGB1584639-
CMYK00.710.750.38
HSL3.53º60.41%38.63%-
HSV(B)3.53º75.32%61.96%-
XYZ15.449.372.91-
YUV78.69105.61184.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=65.02%
G=18.93%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158463900.710.750.383.5360.4138.63
Hex9E2E270474B2643c27
Octal236564701071134647447
Binary10011110101110100111010001111001011100110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,46,39); }

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

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

 a { background-color: rgb(158,46,39); }

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

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

 span { border-color: rgb(158,46,39); }

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