#392E28

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

Shades of Sambuca #392E28

Tints of Sambuca #392E28

Color information

#392E28 (or 0x392E28) is unknown color: approx Sambuca. HEX triplet: 39, 2E and 28. RGB value is (57,46,40). Sum of RGB (Red+Green+Blue) = 57+46+40=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E28 is #C6D1D7. Grayscale: #303030. Windows color (decimal): -13029848 or 2633273. OLE color: 2633273.

HSL color Cylindrical-coordinate representation of color #392E28: hue angle of 21.18º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #392E28 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB574640-
CMYK00.190.300.78
HSL21.18º17.53%19.02%-
HSV(B)21.18º29.82%22.35%-
XYZ3.052.982.42-
YUV48.6123.14133.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=39.86%
G=32.17%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57464000.190.300.7821.1817.5319.02
Hex392E280131E4E151213
Octal71565002336116252223
Binary111001101110101000010011111101001110101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E28; }

 p { color: rgb(57,46,40); }

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

<style>
 a { background-color: #392E28; }

 a { background-color: rgb(57,46,40); }

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

<style>
 span { border-color: #392E28; }

 span { border-color: rgb(57,46,40); }

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