#372E2B

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

Shades of Gondola #372E2B

Tints of Gondola #372E2B

Color information

#372E2B (or 0x372E2B) is unknown color: approx Gondola. HEX triplet: 37, 2E and 2B. RGB value is (55,46,43). Sum of RGB (Red+Green+Blue) = 55+46+43=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2B is #C8D1D4. Grayscale: #303030. Windows color (decimal): -13160917 or 2829879. OLE color: 2829879.

HSL color Cylindrical-coordinate representation of color #372E2B: hue angle of 15º 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 #372E2B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB554643-
CMYK00.160.220.78
HSL15º12.24%19.22%-
HSV(B)15º21.82%21.57%-
XYZ2.992.942.7-
YUV48.35124.98132.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=38.19%
G=31.94%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55464300.160.220.781512.2419.22
Hex372E2B010164Efc13
Octal67565302026116171423
Binary1101111011101010110100001011010011101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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