Html Css Color HEX #392B22 Sambuca

📋 copy color: '#392B22'

red 57 ◦ green 43 ◦ blue 34

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

Shades of Sambuca #392B22

Tints of Sambuca #392B22

RGB

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

 GREEN value IS 43 (17.19% from 255) = 32.09%

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

R = 42.54%
G = 32.09%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.78

RGB Variations

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

Color information

#392B22 (or 0x392B22) is known color: Sambuca. HEX triplet: 39, 2B and 22. RGB value is (57,43,34). Sum of RGB (Red+Green+Blue) = 57+43+34=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #392B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B22 is #C6D4DD. Grayscale: #2E2E2E. Windows color (decimal): -13030622 or 2239289. OLE color: 2239289.

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

Color convert

RGB 57 43 34 -
CMYK 0 0.25 0.40 0.78
HSL 23.48º 0.25% 0.18% -
HSV(B) 23.48º 0.4% 0.22% -
XYZ 2.84 2.71 1.89 -
YUV 46.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 57 43 34 0 0.25 0.40 0.78 23.48 0.25 0.18
Hex 39 2B 22 0 19 28 4E 17 19 12
Octal 71 53 42 0 31 50 116 27 31 22
Binary 111001 101011 100010 0 11001 101000 1001110 10111 11001 10010

Color Harmonies of #392B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B22

Black with #392B22

Text Example


Text Example

White with #392B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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