#372B2C

Color #372B2C Havana (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havana #372B2C

Tints of Havana #372B2C

Color information

#372B2C (or 0x372B2C) is unknown color: approx Havana. HEX triplet: 37, 2B and 2C. RGB value is (55,43,44). Sum of RGB (Red+Green+Blue) = 55+43+44=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2C is #C8D4D3. Grayscale: #2E2E2E. Windows color (decimal): -13161684 or 2894647. OLE color: 2894647.

HSL color Cylindrical-coordinate representation of color #372B2C: hue angle of 355º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372B2C is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB554344-
CMYK00.220.20.78
HSL355º12.24%19.22%-
HSV(B)355º21.82%21.57%-
XYZ2.892.722.76-
YUV46.7126.48133.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 43 (17.19% from 255) = 30.28%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=38.73%
G=30.28%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55434400.220.20.7835512.2419.22
Hex372B2C016144E163c13
Octal675354026241165431423
Binary110111101011101100010110101001001110101100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372B2C; }

 p { color: rgb(55,43,44); }

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

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

 a { background-color: rgb(55,43,44); }

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

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

 span { border-color: rgb(55,43,44); }

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