#3E3128

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

Shades of Sambuca #3E3128

Tints of Sambuca #3E3128

Color information

#3E3128 (or 0x3E3128) is unknown color: approx Sambuca. HEX triplet: 3E, 31 and 28. RGB value is (62,49,40). Sum of RGB (Red+Green+Blue) = 62+49+40=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3128 is #C1CED7. Grayscale: #333333. Windows color (decimal): -12701400 or 2634046. OLE color: 2634046.

HSL color Cylindrical-coordinate representation of color #3E3128: hue angle of 24.55º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E3128 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB624940-
CMYK00.210.350.76
HSL24.55º21.57%20%-
HSV(B)24.55º35.48%24.31%-
XYZ3.473.372.48-
YUV51.86121.31135.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.06%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=41.06%
G=32.45%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62494000.210.350.7624.5521.5720
Hex3E3128015234C191614
Octal76615002543114312624
Binary1111101100011010000101011000111001100110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,49,40); }

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

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

 a { background-color: rgb(62,49,40); }

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

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

 span { border-color: rgb(62,49,40); }

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