#372322

Color #372322 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #372322

Tints of Livid Brown #372322

Color information

#372322 (or 0x372322) is unknown color: approx Livid Brown. HEX triplet: 37, 23 and 22. RGB value is (55,35,34). Sum of RGB (Red+Green+Blue) = 55+35+34=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372322 is #C8DCDD. Grayscale: #282828. Windows color (decimal): -13163742 or 2237239. OLE color: 2237239.

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

Color convert

RGB553534-
CMYK00.360.380.78
HSL2.86º23.6%17.45%-
HSV(B)2.86º38.18%21.57%-
XYZ2.472.131.79-
YUV40.87124.13138.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=44.35%
G=28.23%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55353400.360.380.782.8623.617.45
Hex372322024264E31811
Octal6743420444611633021
Binary11011110001110001001001001001101001110111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372322; }

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

 H1.HeaderClassName
 {
   color: #372322;
 }
 .AnyTagClassName
 {
   color: #372322;
 }
</style>
background-color css

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

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

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

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

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

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