#402F25

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

Shades of Sambuca #402F25

Tints of Sambuca #402F25

Color information

#402F25 (or 0x402F25) is unknown color: approx Sambuca. HEX triplet: 40, 2F and 25. RGB value is (64,47,37). Sum of RGB (Red+Green+Blue) = 64+47+37=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #402F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F25 is #BFD0DA. Grayscale: #323232. Windows color (decimal): -12570843 or 2436928. OLE color: 2436928.

HSL color Cylindrical-coordinate representation of color #402F25: hue angle of 22.22º 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 #402F25 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB644737-
CMYK00.270.420.75
HSL22.22º26.73%19.8%-
HSV(B)22.22º42.19%25.1%-
XYZ3.463.262.2-
YUV50.94120.13137.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 37 (14.84% from 255) = 25%
R=43.24%
G=31.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64473700.270.420.7522.2226.7319.8
Hex402F2501B2A4B161b14
Octal100574503352113263324
Binary10000001011111001010110111010101001011101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F25; }

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

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

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

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

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

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

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

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