Html Css Color HEX #372220 Livid Brown

📋 copy color: '#372220'

red 55 ◦ green 34 ◦ blue 32

#372220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Livid Brown #372220

Tints of Livid Brown #372220

RGB

 RED value IS 55 (21.88% from 255) = 45.45%

 GREEN value IS 34 (13.67% from 255) = 28.1%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 45.45%
G = 28.1%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372220 (or 0x372220) is known color: Livid Brown. HEX triplet: 37, 22 and 20. RGB value is (55,34,32). Sum of RGB (Red+Green+Blue) = 55+34+32=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372220 is #C8DDDF. Grayscale: #282828. Windows color (decimal): -13164000 or 2105911. OLE color: 2105911.

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

Color convert

RGB 55 34 32 -
CMYK 0 0.38 0.42 0.78
HSL 5.22º 0.26% 0.17% -
HSV(B) 5.22º 0.42% 0.22% -
XYZ 2.41 2.06 1.64 -
YUV 40.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 55 34 32 0 0.38 0.42 0.78 5.22 0.26 0.17
Hex 37 22 20 0 26 2A 4E 5 1A 11
Octal 67 42 40 0 46 52 116 5 32 21
Binary 110111 100010 100000 0 100110 101010 1001110 101 11010 10001

Color Harmonies of #372220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372220

Black with #372220

Text Example


Text Example

White with #372220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372220; }

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

 H1.HeaderClassName
 {
   color: #372220;
 }
 .AnyTagClassName
 {
   color: #372220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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