Html Css Color HEX #392C23 Sambuca

📋 copy color: '#392C23'

red 57 ◦ green 44 ◦ blue 35

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

Shades of Sambuca #392C23

Tints of Sambuca #392C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 41.91%
G = 32.35%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.78

RGB Variations

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

Color information

#392C23 (or 0x392C23) is known color: Sambuca. HEX triplet: 39, 2C and 23. RGB value is (57,44,35). Sum of RGB (Red+Green+Blue) = 57+44+35=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #392C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C23 is #C6D3DC. Grayscale: #2E2E2E. Windows color (decimal): -13030365 or 2305081. OLE color: 2305081.

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

Color convert

RGB 57 44 35 -
CMYK 0 0.23 0.39 0.78
HSL 24.55º 0.24% 0.18% -
HSV(B) 24.55º 0.39% 0.22% -
XYZ 2.89 2.79 1.98 -
YUV 46.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 57 44 35 0 0.23 0.39 0.78 24.55 0.24 0.18
Hex 39 2C 23 0 17 27 4E 19 18 12
Octal 71 54 43 0 27 47 116 31 30 22
Binary 111001 101100 100011 0 10111 100111 1001110 11001 11000 10010

Color Harmonies of #392C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C23

Black with #392C23

Text Example


Text Example

White with #392C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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