Html Css Color HEX #372120 Livid Brown

📋 copy color: '#372120'

red 55 ◦ green 33 ◦ blue 32

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

Shades of Livid Brown #372120

Tints of Livid Brown #372120

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 value IS 0

 M value IS 0.4

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372120 (or 0x372120) is known color: 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

RGB 55 33 32 -
CMYK 0 0.4 0.42 0.78
HSL 2.61º 0.26% 0.17% -
HSV(B) 2.61º 0.42% 0.22% -
XYZ 2.38 2 1.63 -
YUV 39.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 55 33 32 0 0.4 0.42 0.78 2.61 0.26 0.17
Hex 37 21 20 0 28 2A 4E 3 1A 11
Octal 67 41 40 0 50 52 116 3 32 21
Binary 110111 100001 100000 0 101000 101010 1001110 11 11010 10001

Color Harmonies of #372120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372120

Black with #372120

Text Example


Text Example

White with #372120

Text Example


Text Example

HTML Codes & Css Web 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>