#403026

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

Shades of Sambuca #403026

Tints of Sambuca #403026

Color information

#403026 (or 0x403026) is unknown color: approx Sambuca. HEX triplet: 40, 30 and 26. RGB value is (64,48,38). Sum of RGB (Red+Green+Blue) = 64+48+38=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #403026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403026 is #BFCFD9. Grayscale: #333333. Windows color (decimal): -12570586 or 2502720. OLE color: 2502720.

HSL color Cylindrical-coordinate representation of color #403026: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403026 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB644838-
CMYK00.250.410.75
HSL23.08º25.49%20%-
HSV(B)23.08º40.62%25.1%-
XYZ3.523.342.29-
YUV51.64120.3136.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=42.67%
G=32%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483800.250.410.7523.0825.4920
Hex403026019294B171914
Octal100604603151113273124
Binary10000001100001001100110011010011001011101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403026; }

 p { color: rgb(64,48,38); }

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

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

 a { background-color: rgb(64,48,38); }

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

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

 span { border-color: rgb(64,48,38); }

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