#392C26

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

Shades of Sambuca #392C26

Tints of Sambuca #392C26

Color information

#392C26 (or 0x392C26) is unknown color: approx Sambuca. HEX triplet: 39, 2C and 26. RGB value is (57,44,38). Sum of RGB (Red+Green+Blue) = 57+44+38=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #392C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C26 is #C6D3D9. Grayscale: #2F2F2F. Windows color (decimal): -13030362 or 2501689. OLE color: 2501689.

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

Color convert

RGB574438-
CMYK00.230.330.78
HSL18.95º20%18.63%-
HSV(B)18.95º33.33%22.35%-
XYZ2.942.812.22-
YUV47.2122.81134.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=41.01%
G=31.65%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57443800.230.330.7818.952018.63
Hex392C26017214E131413
Octal71544602741116232423
Binary1110011011001001100101111000011001110100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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