Html Css Color HEX #392C22 Sambuca

📋 copy color: '#392C22'

red 57 ◦ green 44 ◦ blue 34

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

Shades of Sambuca #392C22

Tints of Sambuca #392C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 42.22%
G = 32.59%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#392C22 (or 0x392C22) is known color: Sambuca. HEX triplet: 39, 2C and 22. RGB value is (57,44,34). Sum of RGB (Red+Green+Blue) = 57+44+34=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C22 is #C6D3DD. Grayscale: #2E2E2E. Windows color (decimal): -13030366 or 2239545. OLE color: 2239545.

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

Color convert

RGB 57 44 34 -
CMYK 0 0.23 0.40 0.78
HSL 26.09º 0.25% 0.18% -
HSV(B) 26.09º 0.4% 0.22% -
XYZ 2.88 2.79 1.9 -
YUV 46.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 57 44 34 0 0.23 0.40 0.78 26.09 0.25 0.18
Hex 39 2C 22 0 17 28 4E 1A 19 12
Octal 71 54 42 0 27 50 116 32 31 22
Binary 111001 101100 100010 0 10111 101000 1001110 11010 11001 10010

Color Harmonies of #392C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C22

Black with #392C22

Text Example


Text Example

White with #392C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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