#372F2C

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

Shades of Gondola #372F2C

Tints of Gondola #372F2C

Color information

#372F2C (or 0x372F2C) is unknown color: approx Gondola. HEX triplet: 37, 2F and 2C. RGB value is (55,47,44). Sum of RGB (Red+Green+Blue) = 55+47+44=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 55 - color contains mainly: red. Hex color #372F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F2C is #C8D0D3. Grayscale: #313131. Windows color (decimal): -13160660 or 2895671. OLE color: 2895671.

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

Color convert

RGB554744-
CMYK00.150.20.78
HSL16.36º11.11%19.41%-
HSV(B)16.36º20%21.57%-
XYZ3.053.032.81-
YUV49.05125.15132.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=37.67%
G=32.19%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55474400.150.20.7816.3611.1119.41
Hex372F2C0F144E10b13
Octal67575401724116201323
Binary1101111011111011000111110100100111010000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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