#392C22

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

Shades of Sambuca #392C22

Tints of Sambuca #392C22

Color information

#392C22 (or 0x392C22) is unknown color: approx Sambuca. HEX triplet: 39, 2C and 22. RGB value is (57,44,34). Sum of RGB (Red+Green+Blue) = 57+44+34=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C22 is #C6D3DD. Grayscale: #2E2E2E. Windows color (decimal): -13030366 or 2239545. OLE color: 2239545.

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

Color convert

RGB574434-
CMYK00.230.400.78
HSL26.09º25.27%17.84%-
HSV(B)26.09º40.35%22.35%-
XYZ2.882.791.9-
YUV46.75120.81135.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=42.22%
G=32.59%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57443400.230.400.7826.0925.2717.84
Hex392C22017284E1a1912
Octal71544202750116323122
Binary1110011011001000100101111010001001110110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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