#3E3028

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

Shades of Sambuca #3E3028

Tints of Sambuca #3E3028

Color information

#3E3028 (or 0x3E3028) is unknown color: approx Sambuca. HEX triplet: 3E, 30 and 28. RGB value is (62,48,40). Sum of RGB (Red+Green+Blue) = 62+48+40=150 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3028 is #C1CFD7. Grayscale: #333333. Windows color (decimal): -12701656 or 2633790. OLE color: 2633790.

HSL color Cylindrical-coordinate representation of color #3E3028: hue angle of 21.82º 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 #3E3028 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.76.

Color convert

RGB624840-
CMYK00.230.350.76
HSL21.82º21.57%20%-
HSV(B)21.82º35.48%24.31%-
XYZ3.433.292.46-
YUV51.27121.64135.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 41.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=41.33%
G=32%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62484000.230.350.7621.8221.5720
Hex3E3028017234C161614
Octal76605002743114262624
Binary1111101100001010000101111000111001100101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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