Html Css Color HEX #392C27 Sambuca

📋 copy color: '#392C27'

red 57 ◦ green 44 ◦ blue 39

#392C27
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sambuca #392C27

Tints of Sambuca #392C27

RGB

 RED value IS 57 (22.66% from 255) = 40.71%

 GREEN value IS 44 (17.58% from 255) = 31.43%

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 40.71%
G = 31.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#392C27 (or 0x392C27) is known color: Sambuca. HEX triplet: 39, 2C and 27. RGB value is (57,44,39). Sum of RGB (Red+Green+Blue) = 57+44+39=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C27 is #C6D3D8. Grayscale: #2F2F2F. Windows color (decimal): -13030361 or 2567225. OLE color: 2567225.

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

Color convert

RGB 57 44 39 -
CMYK 0 0.23 0.32 0.78
HSL 16.67º 0.19% 0.19% -
HSV(B) 16.67º 0.32% 0.22% -
XYZ 2.95 2.82 2.31 -
YUV 47.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 57 44 39 0 0.23 0.32 0.78 16.67 0.19 0.19
Hex 39 2C 27 0 17 20 4E 11 13 13
Octal 71 54 47 0 27 40 116 21 23 23
Binary 111001 101100 100111 0 10111 100000 1001110 10001 10011 10011

Color Harmonies of #392C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C27

Black with #392C27

Text Example


Text Example

White with #392C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #392C27;
 }
 .AnyTagClassName
 {
   color: #392C27;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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