#372320

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

Shades of Livid Brown #372320

Tints of Livid Brown #372320

Color information

#372320 (or 0x372320) is unknown color: approx Livid Brown. HEX triplet: 37, 23 and 20. RGB value is (55,35,32). Sum of RGB (Red+Green+Blue) = 55+35+32=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372320 is #C8DCDF. Grayscale: #282828. Windows color (decimal): -13163744 or 2106167. OLE color: 2106167.

HSL color Cylindrical-coordinate representation of color #372320: hue angle of 7.83º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372320 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB553532-
CMYK00.360.420.78
HSL7.83º26.44%17.06%-
HSV(B)7.83º41.82%21.57%-
XYZ2.442.121.65-
YUV40.64123.13138.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=45.08%
G=28.69%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55353200.360.420.787.8326.4417.06
Hex3723200242A4E81a11
Octal67434004452116103221
Binary1101111000111000000100100101010100111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372320; }

 p { color: rgb(55,35,32); }

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

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

 a { background-color: rgb(55,35,32); }

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

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

 span { border-color: rgb(55,35,32); }

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