#403B1D

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

Shades of Madras #403B1D

Tints of Madras #403B1D

Color information

#403B1D (or 0x403B1D) is unknown color: approx Madras. HEX triplet: 40, 3B and 1D. RGB value is (64,59,29). Sum of RGB (Red+Green+Blue) = 64+59+29=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1D is #BFC4E2. Grayscale: #393939. Windows color (decimal): -12567779 or 1915712. OLE color: 1915712.

HSL color Cylindrical-coordinate representation of color #403B1D: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403B1D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB645929-
CMYK00.080.550.75
HSL51.43º37.63%18.24%-
HSV(B)51.43º54.69%25.1%-
XYZ3.94.311.79-
YUV57.07112.16132.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=42.11%
G=38.82%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64592900.080.550.7551.4337.6318.24
Hex403B1D08374B332612
Octal100733501067113634622
Binary10000001110111110101000110111100101111001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403B1D; }

 p { color: rgb(64,59,29); }

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

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

 a { background-color: rgb(64,59,29); }

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

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

 span { border-color: rgb(64,59,29); }

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