#403126

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

Shades of Sambuca #403126

Tints of Sambuca #403126

Color information

#403126 (or 0x403126) is unknown color: approx Sambuca. HEX triplet: 40, 31 and 26. RGB value is (64,49,38). Sum of RGB (Red+Green+Blue) = 64+49+38=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403126 is #BFCED9. Grayscale: #343434. Windows color (decimal): -12570330 or 2502976. OLE color: 2502976.

HSL color Cylindrical-coordinate representation of color #403126: hue angle of 25.38º 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 #403126 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB644938-
CMYK00.230.410.75
HSL25.38º25.49%20%-
HSV(B)25.38º40.62%25.1%-
XYZ3.563.432.31-
YUV52.23119.97136.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=42.38%
G=32.45%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64493800.230.410.7525.3825.4920
Hex403126017294B191914
Octal100614602751113313124
Binary10000001100011001100101111010011001011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403126; }

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

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

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

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

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

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

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

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