#372422

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

Shades of Livid Brown #372422

Tints of Livid Brown #372422

Color information

#372422 (or 0x372422) is unknown color: approx Livid Brown. HEX triplet: 37, 24 and 22. RGB value is (55,36,34). Sum of RGB (Red+Green+Blue) = 55+36+34=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372422 is #C8DBDD. Grayscale: #292929. Windows color (decimal): -13163486 or 2237495. OLE color: 2237495.

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

Color convert

RGB553634-
CMYK00.350.380.78
HSL5.71º23.6%17.45%-
HSV(B)5.71º38.18%21.57%-
XYZ2.52.191.8-
YUV41.45123.79137.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=44%
G=28.8%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55363400.350.380.785.7123.617.45
Hex372422023264E61811
Octal6744420434611663021
Binary110111100100100010010001110011010011101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372422; }

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

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

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

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

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

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

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

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