Html Css Color HEX #392D27 Sambuca

📋 copy color: '#392D27'

red 57 ◦ green 45 ◦ blue 39

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

Shades of Sambuca #392D27

Tints of Sambuca #392D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 31.91%

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

R = 40.43%
G = 31.91%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#392D27 (or 0x392D27) is known color: Sambuca. HEX triplet: 39, 2D and 27. RGB value is (57,45,39). Sum of RGB (Red+Green+Blue) = 57+45+39=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #392D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D27 is #C6D2D8. Grayscale: #2F2F2F. Windows color (decimal): -13030105 or 2567481. OLE color: 2567481.

HSL color Cylindrical-coordinate representation of color #392D27: hue angle of 20º 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 #392D27 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 45 39 -
CMYK 0 0.21 0.32 0.78
HSL 20º 0.19% 0.19% -
HSV(B) 20º 0.32% 0.22% -
XYZ 2.99 2.89 2.32 -
YUV 47.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 57 45 39 0 0.21 0.32 0.78 20 0.19 0.19
Hex 39 2D 27 0 15 20 4E 14 13 13
Octal 71 55 47 0 25 40 116 24 23 23
Binary 111001 101101 100111 0 10101 100000 1001110 10100 10011 10011

Color Harmonies of #392D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D27

Black with #392D27

Text Example


Text Example

White with #392D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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