#372222

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

Shades of Livid Brown #372222

Tints of Livid Brown #372222

Color information

#372222 (or 0x372222) is unknown color: approx Livid Brown. HEX triplet: 37, 22 and 22. RGB value is (55,34,34). Sum of RGB (Red+Green+Blue) = 55+34+34=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372222 is #C8DDDD. Grayscale: #282828. Windows color (decimal): -13163998 or 2236983. OLE color: 2236983.

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

Color convert

RGB553434-
CMYK00.380.380.78
HSL23.6%17.45%-
HSV(B)38.18%21.57%-
XYZ2.442.071.78-
YUV40.28124.46138.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=44.72%
G=27.64%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55343400.380.380.78023.617.45
Hex372222026264E01811
Octal6742420464611603021
Binary1101111000101000100100110100110100111001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372222; }

 p { color: rgb(55,34,34); }

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

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

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

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

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

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

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