#403C1D

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

Shades of Madras #403C1D

Tints of Madras #403C1D

Color information

#403C1D (or 0x403C1D) is unknown color: approx Madras. HEX triplet: 40, 3C and 1D. RGB value is (64,60,29). Sum of RGB (Red+Green+Blue) = 64+60+29=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1D is #BFC3E2. Grayscale: #393939. Windows color (decimal): -12567523 or 1915968. OLE color: 1915968.

HSL color Cylindrical-coordinate representation of color #403C1D: hue angle of 53.14º 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 #403C1D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB646029-
CMYK00.060.550.75
HSL53.14º37.63%18.24%-
HSV(B)53.14º54.69%25.1%-
XYZ3.954.411.81-
YUV57.66111.83132.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=41.83%
G=39.22%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64602900.060.550.7553.1437.6318.24
Hex403C1D06374B352612
Octal10074350667113654622
Binary1000000111100111010110110111100101111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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