Html Css Color HEX #372320 Livid Brown

📋 copy color: '#372320'

red 55 ◦ green 35 ◦ blue 32

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

Shades of Livid Brown #372320

Tints of Livid Brown #372320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 45.08%
G = 28.69%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#372320 (or 0x372320) is known color: Livid Brown. HEX triplet: 37, 23 and 20. RGB value is (55,35,32). Sum of RGB (Red+Green+Blue) = 55+35+32=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372320 is #C8DCDF. Grayscale: #282828. Windows color (decimal): -13163744 or 2106167. OLE color: 2106167.

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

Color convert

RGB 55 35 32 -
CMYK 0 0.36 0.42 0.78
HSL 7.83º 0.26% 0.17% -
HSV(B) 7.83º 0.42% 0.22% -
XYZ 2.44 2.12 1.65 -
YUV 40.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 55 35 32 0 0.36 0.42 0.78 7.83 0.26 0.17
Hex 37 23 20 0 24 2A 4E 8 1A 11
Octal 67 43 40 0 44 52 116 10 32 21
Binary 110111 100011 100000 0 100100 101010 1001110 1000 11010 10001

Color Harmonies of #372320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372320

Black with #372320

Text Example


Text Example

White with #372320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372320; }

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

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

background-color css

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

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

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

border-color css

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

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

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