#392F28

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

Shades of Sambuca #392F28

Tints of Sambuca #392F28

Color information

#392F28 (or 0x392F28) is unknown color: approx Sambuca. HEX triplet: 39, 2F and 28. RGB value is (57,47,40). Sum of RGB (Red+Green+Blue) = 57+47+40=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F28 is #C6D0D7. Grayscale: #313131. Windows color (decimal): -13029592 or 2633529. OLE color: 2633529.

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

Color convert

RGB574740-
CMYK00.180.300.78
HSL24.71º17.53%19.02%-
HSV(B)24.71º29.82%22.35%-
XYZ3.093.062.43-
YUV49.19122.81133.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=39.58%
G=32.64%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57474000.180.300.7824.7117.5319.02
Hex392F280121E4E191213
Octal71575002236116312223
Binary111001101111101000010010111101001110110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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