#3A2D23

Color #3A2D23 Sambuca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sambuca #3A2D23

Tints of Sambuca #3A2D23

Color information

#3A2D23 (or 0x3A2D23) is unknown color: approx Sambuca. HEX triplet: 3A, 2D and 23. RGB value is (58,45,35). Sum of RGB (Red+Green+Blue) = 58+45+35=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D23 is #C5D2DC. Grayscale: #2F2F2F. Windows color (decimal): -12964573 or 2305338. OLE color: 2305338.

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

Color convert

RGB584535-
CMYK00.220.400.77
HSL26.09º24.73%18.24%-
HSV(B)26.09º39.66%22.75%-
XYZ2.992.91.99-
YUV47.75120.81135.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.03%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 35 (14.06% from 255) = 25.36%
R=42.03%
G=32.61%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58453500.220.400.7726.0924.7318.24
Hex3A2D23016284D1a1912
Octal72554302650115323122
Binary1110101011011000110101101010001001101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2D23; }

 p { color: rgb(58,45,35); }

 H1.HeaderClassName
 {
   color: #3A2D23;
 }
 .AnyTagClassName
 {
   color: #3A2D23;
 }
</style>
background-color css

<style>
 a { background-color: #3A2D23; }

 a { background-color: rgb(58,45,35); }

 div.DivClassName
 {
   background-color: #3A2D23;
 }
 .BgClassName
 {
   background-color: #3A2D23;
 }
</style>
border-color css

<style>
 span { border-color: #3A2D23; }

 span { border-color: rgb(58,45,35); }

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