#372D27

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

Shades of Sambuca #372D27

Tints of Sambuca #372D27

Color information

#372D27 (or 0x372D27) is unknown color: approx Sambuca. HEX triplet: 37, 2D and 27. RGB value is (55,45,39). Sum of RGB (Red+Green+Blue) = 55+45+39=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 55 - color contains mainly: red. Hex color #372D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D27 is #C8D2D8. Grayscale: #2F2F2F. Windows color (decimal): -13161177 or 2567479. OLE color: 2567479.

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

Color convert

RGB554539-
CMYK00.180.290.78
HSL22.5º17.02%18.43%-
HSV(B)22.5º29.09%21.57%-
XYZ2.882.842.31-
YUV47.31123.31133.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=39.57%
G=32.37%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55453900.180.290.7822.517.0218.43
Hex372D270121D4E171112
Octal67554702235116272122
Binary110111101101100111010010111011001110101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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