#403025

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

Shades of Sambuca #403025

Tints of Sambuca #403025

Color information

#403025 (or 0x403025) is unknown color: approx Sambuca. HEX triplet: 40, 30 and 25. RGB value is (64,48,37). Sum of RGB (Red+Green+Blue) = 64+48+37=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403025 is #BFCFDA. Grayscale: #333333. Windows color (decimal): -12570587 or 2437184. OLE color: 2437184.

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

Color convert

RGB644837-
CMYK00.250.420.75
HSL24.44º26.73%19.8%-
HSV(B)24.44º42.19%25.1%-
XYZ3.513.342.21-
YUV51.53119.8136.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.95%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=42.95%
G=32.21%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483700.250.420.7524.4426.7319.8
Hex4030250192A4B181b14
Octal100604503152113303324
Binary10000001100001001010110011010101001011110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403025; }

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

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

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

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

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

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

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

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