Html Css Color HEX #392D26 Sambuca

📋 copy color: '#392D26'

red 57 ◦ green 45 ◦ blue 38

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

Shades of Sambuca #392D26

Tints of Sambuca #392D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.14%

R = 40.71%
G = 32.14%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#392D26 (or 0x392D26) is known color: Sambuca. HEX triplet: 39, 2D and 26. RGB value is (57,45,38). Sum of RGB (Red+Green+Blue) = 57+45+38=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 45 (17.97% from 255 or 32.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 57 - color contains mainly: red. Hex color #392D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D26 is #C6D2D9. Grayscale: #2F2F2F. Windows color (decimal): -13030106 or 2501945. OLE color: 2501945.

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

Color convert

RGB 57 45 38 -
CMYK 0 0.21 0.33 0.78
HSL 22.11º 0.2% 0.19% -
HSV(B) 22.11º 0.33% 0.22% -
XYZ 2.98 2.89 2.23 -
YUV 47.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 57 45 38 0 0.21 0.33 0.78 22.11 0.2 0.19
Hex 39 2D 26 0 15 21 4E 16 14 13
Octal 71 55 46 0 25 41 116 26 24 23
Binary 111001 101101 100110 0 10101 100001 1001110 10110 10100 10011

Color Harmonies of #392D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D26

Black with #392D26

Text Example


Text Example

White with #392D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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