#402F23

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

Shades of Sambuca #402F23

Tints of Sambuca #402F23

Color information

#402F23 (or 0x402F23) is unknown color: approx Sambuca. HEX triplet: 40, 2F and 23. RGB value is (64,47,35). Sum of RGB (Red+Green+Blue) = 64+47+35=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #402F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F23 is #BFD0DC. Grayscale: #323232. Windows color (decimal): -12570845 or 2305856. OLE color: 2305856.

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

Color convert

RGB644735-
CMYK00.270.450.75
HSL24.83º29.29%19.41%-
HSV(B)24.83º45.31%25.1%-
XYZ3.433.242.04-
YUV50.72119.13137.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=43.84%
G=32.19%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64473500.270.450.7524.8329.2919.41
Hex402F2301B2D4B191d13
Octal100574303355113313523
Binary10000001011111000110110111011011001011110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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