#372D29

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

Shades of Sambuca #372D29

Tints of Sambuca #372D29

Color information

#372D29 (or 0x372D29) is unknown color: approx Sambuca. HEX triplet: 37, 2D and 29. RGB value is (55,45,41). Sum of RGB (Red+Green+Blue) = 55+45+41=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 55 - color contains mainly: red. Hex color #372D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D29 is #C8D2D6. Grayscale: #2F2F2F. Windows color (decimal): -13161175 or 2698551. OLE color: 2698551.

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

Color convert

RGB554541-
CMYK00.180.250.78
HSL17.14º14.58%18.82%-
HSV(B)17.14º25.45%21.57%-
XYZ2.912.852.49-
YUV47.53124.31133.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=39.01%
G=31.91%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55454100.180.250.7817.1414.5818.82
Hex372D29012194E11f13
Octal67555102231116211723
Binary11011110110110100101001011001100111010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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