#392C25

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

Shades of Sambuca #392C25

Tints of Sambuca #392C25

Color information

#392C25 (or 0x392C25) is unknown color: approx Sambuca. HEX triplet: 39, 2C and 25. RGB value is (57,44,37). Sum of RGB (Red+Green+Blue) = 57+44+37=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #392C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C25 is #C6D3DA. Grayscale: #2F2F2F. Windows color (decimal): -13030363 or 2436153. OLE color: 2436153.

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

Color convert

RGB574437-
CMYK00.230.350.78
HSL21º21.28%18.43%-
HSV(B)21º35.09%22.35%-
XYZ2.922.82.14-
YUV47.09122.31135.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=41.30%
G=31.88%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57443700.230.350.782121.2818.43
Hex392C25017234E151512
Octal71544502743116252522
Binary1110011011001001010101111000111001110101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,37); }

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

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

 a { background-color: rgb(57,44,37); }

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

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

 span { border-color: rgb(57,44,37); }

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