#403024

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

Shades of Sambuca #403024

Tints of Sambuca #403024

Color information

#403024 (or 0x403024) is unknown color: approx Sambuca. HEX triplet: 40, 30 and 24. RGB value is (64,48,36). Sum of RGB (Red+Green+Blue) = 64+48+36=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #403024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403024 is #BFCFDB. Grayscale: #333333. Windows color (decimal): -12570588 or 2371648. OLE color: 2371648.

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

Color convert

RGB644836-
CMYK00.250.440.75
HSL25.71º28%19.61%-
HSV(B)25.71º43.75%25.1%-
XYZ3.493.332.13-
YUV51.42119.3136.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=43.24%
G=32.43%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483600.250.440.7525.712819.61
Hex4030240192C4B1a1c14
Octal100604403154113323424
Binary10000001100001001000110011011001001011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403024; }

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

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

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

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

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

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

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

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