#3C2E25

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

Shades of Sambuca #3C2E25

Tints of Sambuca #3C2E25

Color information

#3C2E25 (or 0x3C2E25) is unknown color: approx Sambuca. HEX triplet: 3C, 2E and 25. RGB value is (60,46,37). Sum of RGB (Red+Green+Blue) = 60+46+37=143 (18% of max value = 765). Red value is 60 (23.83% from 255 or 41.96% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E25 is #C3D1DA. Grayscale: #313131. Windows color (decimal): -12833243 or 2436668. OLE color: 2436668.

HSL color Cylindrical-coordinate representation of color #3C2E25: hue angle of 23.48º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2E25 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB604637-
CMYK00.230.380.76
HSL23.48º23.71%19.02%-
HSV(B)23.48º38.33%23.53%-
XYZ3.173.052.17-
YUV49.16121.14135.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.96%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=41.96%
G=32.17%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60463700.230.380.7623.4823.7119.02
Hex3C2E25017264C171813
Octal74564502746114273023
Binary1111001011101001010101111001101001100101111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,37); }

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

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

 a { background-color: rgb(60,46,37); }

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

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

 span { border-color: rgb(60,46,37); }

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