Html Css Color HEX #372222 Livid Brown

📋 copy color: '#372222'

red 55 ◦ green 34 ◦ blue 34

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

Shades of Livid Brown #372222

Tints of Livid Brown #372222

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

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 55 34 34 -
CMYK 0 0.38 0.38 0.78
HSL 0.24% 0.17% -
HSV(B) 0.38% 0.22% -
XYZ 2.44 2.07 1.78 -
YUV 40.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 55 34 34 0 0.38 0.38 0.78 0 0.24 0.17
Hex 37 22 22 0 26 26 4E 0 18 11
Octal 67 42 42 0 46 46 116 0 30 21
Binary 110111 100010 100010 0 100110 100110 1001110 0 11000 10001

Color Harmonies of #372222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372222

Black with #372222

Text Example


Text Example

White with #372222

Text Example


Text Example

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