Html Css Color HEX #392F28 Sambuca

📋 copy color: '#392F28'

red 57 ◦ green 47 ◦ blue 40

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

Shades of Sambuca #392F28

Tints of Sambuca #392F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 32.64%

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

R = 39.58%
G = 32.64%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#392F28 (or 0x392F28) is known color: Sambuca. HEX triplet: 39, 2F and 28. RGB value is (57,47,40). Sum of RGB (Red+Green+Blue) = 57+47+40=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F28 is #C6D0D7. Grayscale: #313131. Windows color (decimal): -13029592 or 2633529. OLE color: 2633529.

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

Color convert

RGB 57 47 40 -
CMYK 0 0.18 0.30 0.78
HSL 24.71º 0.18% 0.19% -
HSV(B) 24.71º 0.3% 0.22% -
XYZ 3.09 3.06 2.43 -
YUV 49.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 57 47 40 0 0.18 0.30 0.78 24.71 0.18 0.19
Hex 39 2F 28 0 12 1E 4E 19 12 13
Octal 71 57 50 0 22 36 116 31 22 23
Binary 111001 101111 101000 0 10010 11110 1001110 11001 10010 10011

Color Harmonies of #392F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F28

Black with #392F28

Text Example


Text Example

White with #392F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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