#9E2D1A

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

Shades of Brown #9E2D1A

Tints of Brown #9E2D1A

Color information

#9E2D1A (or 0x9E2D1A) is unknown color: approx Brown. HEX triplet: 9E, 2D and 1A. RGB value is (158,45,26). Sum of RGB (Red+Green+Blue) = 158+45+26=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D1A is #61D2E5. Grayscale: #4C4C4C. Windows color (decimal): -6410982 or 1715614. OLE color: 1715614.

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

Color convert

RGB1584526-
CMYK00.720.840.38
HSL8.64º71.74%36.08%-
HSV(B)8.64º83.54%61.96%-
XYZ15.239.221.95-
YUV76.6299.44186.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=69.00%
G=19.65%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158452600.720.840.388.6471.7436.08
Hex9E2D1A048542694824
Octal23655320110124461111044
Binary100111101011011101001001000101010010011010011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,45,26); }

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

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

 a { background-color: rgb(158,45,26); }

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

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

 span { border-color: rgb(158,45,26); }

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