Html Css Color HEX #372221 Livid Brown

📋 copy color: '#372221'

red 55 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #372221

Tints of Livid Brown #372221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 45.08%
G = 27.87%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#372221 (or 0x372221) is known color: Livid Brown. HEX triplet: 37, 22 and 21. RGB value is (55,34,33). Sum of RGB (Red+Green+Blue) = 55+34+33=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372221 is #C8DDDE. Grayscale: #282828. Windows color (decimal): -13163999 or 2171447. OLE color: 2171447.

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

Color convert

RGB 55 34 33 -
CMYK 0 0.38 0.4 0.78
HSL 2.73º 0.25% 0.17% -
HSV(B) 2.73º 0.4% 0.22% -
XYZ 2.42 2.07 1.71 -
YUV 40.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 55 34 33 0 0.38 0.4 0.78 2.73 0.25 0.17
Hex 37 22 21 0 26 28 4E 3 19 11
Octal 67 42 41 0 46 50 116 3 31 21
Binary 110111 100010 100001 0 100110 101000 1001110 11 11001 10001

Color Harmonies of #372221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372221

Black with #372221

Text Example


Text Example

White with #372221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372221; }

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

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

background-color css

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

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

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

border-color css

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

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

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