#372E29

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

Shades of Sambuca #372E29

Tints of Sambuca #372E29

Color information

#372E29 (or 0x372E29) is unknown color: approx Sambuca. HEX triplet: 37, 2E and 29. RGB value is (55,46,41). Sum of RGB (Red+Green+Blue) = 55+46+41=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E29 is #C8D1D6. Grayscale: #303030. Windows color (decimal): -13160919 or 2698807. OLE color: 2698807.

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

Color convert

RGB554641-
CMYK00.160.250.78
HSL21.43º14.58%18.82%-
HSV(B)21.43º25.45%21.57%-
XYZ2.952.932.51-
YUV48.12123.98132.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=38.73%
G=32.39%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55464100.160.250.7821.4314.5818.82
Hex372E29010194E15f13
Octal67565102031116251723
Binary11011110111010100101000011001100111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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