Html Css Color HEX #392D28 Sambuca

📋 copy color: '#392D28'

red 57 ◦ green 45 ◦ blue 40

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

Shades of Sambuca #392D28

Tints of Sambuca #392D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 40.14%
G = 31.69%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#392D28 (or 0x392D28) is known color: Sambuca. HEX triplet: 39, 2D and 28. RGB value is (57,45,40). Sum of RGB (Red+Green+Blue) = 57+45+40=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D28 is #C6D2D7. Grayscale: #303030. Windows color (decimal): -13030104 or 2633017. OLE color: 2633017.

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

Color convert

RGB 57 45 40 -
CMYK 0 0.21 0.30 0.78
HSL 17.65º 0.18% 0.19% -
HSV(B) 17.65º 0.3% 0.22% -
XYZ 3.01 2.9 2.41 -
YUV 48.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 57 45 40 0 0.21 0.30 0.78 17.65 0.18 0.19
Hex 39 2D 28 0 15 1E 4E 12 12 13
Octal 71 55 50 0 25 36 116 22 22 23
Binary 111001 101101 101000 0 10101 11110 1001110 10010 10010 10011

Color Harmonies of #392D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D28

Black with #392D28

Text Example


Text Example

White with #392D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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