#372120

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

Shades of Livid Brown #372120

Tints of Livid Brown #372120

Color information

#372120 (or 0x372120) is unknown color: approx Livid Brown. HEX triplet: 37, 21 and 20. RGB value is (55,33,32). Sum of RGB (Red+Green+Blue) = 55+33+32=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #372120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372120 is #C8DEDF. Grayscale: #272727. Windows color (decimal): -13164256 or 2105655. OLE color: 2105655.

HSL color Cylindrical-coordinate representation of color #372120: hue angle of 2.61º 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 #372120 is Cyan = 0, Magento = 0.4, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB553332-
CMYK00.40.420.78
HSL2.61º26.44%17.06%-
HSV(B)2.61º41.82%21.57%-
XYZ2.3821.63-
YUV39.46123.79139.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=45.83%
G=27.5%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55333200.40.420.782.6126.4417.06
Hex3721200282A4E31a11
Octal6741400505211633221
Binary11011110000110000001010001010101001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372120; }

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

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

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

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

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

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

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

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