#403C1E

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

Shades of Madras #403C1E

Tints of Madras #403C1E

Color information

#403C1E (or 0x403C1E) is unknown color: approx Madras. HEX triplet: 40, 3C and 1E. RGB value is (64,60,30). Sum of RGB (Red+Green+Blue) = 64+60+30=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C1E is #BFC3E1. Grayscale: #393939. Windows color (decimal): -12567522 or 1981504. OLE color: 1981504.

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

Color convert

RGB646030-
CMYK00.060.530.75
HSL52.94º36.17%18.43%-
HSV(B)52.94º53.12%25.1%-
XYZ3.964.421.87-
YUV57.78112.33132.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 60 (23.83% from 255) = 38.96%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=41.56%
G=38.96%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64603000.060.530.7552.9436.1718.43
Hex403C1E06354B352412
Octal10074360665113654422
Binary1000000111100111100110110101100101111010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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