#392D24

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

Shades of Sambuca #392D24

Tints of Sambuca #392D24

Color information

#392D24 (or 0x392D24) is unknown color: approx Sambuca. HEX triplet: 39, 2D and 24. RGB value is (57,45,36). Sum of RGB (Red+Green+Blue) = 57+45+36=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D24 is #C6D2DB. Grayscale: #2F2F2F. Windows color (decimal): -13030108 or 2370873. OLE color: 2370873.

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

Color convert

RGB574536-
CMYK00.210.370.78
HSL25.71º22.58%18.24%-
HSV(B)25.71º36.84%22.35%-
XYZ2.942.872.07-
YUV47.56121.48134.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=41.30%
G=32.61%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57453600.210.370.7825.7122.5818.24
Hex392D24015254E1a1712
Octal71554402545116322722
Binary1110011011011001000101011001011001110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,36); }

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

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

 a { background-color: rgb(57,45,36); }

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

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

 span { border-color: rgb(57,45,36); }

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