#403C13

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

Shades of Madras #403C13

Tints of Madras #403C13

Color information

#403C13 (or 0x403C13) is unknown color: approx Madras. HEX triplet: 40, 3C and 13. RGB value is (64,60,19). Sum of RGB (Red+Green+Blue) = 64+60+19=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C13 is #BFC3EC. Grayscale: #383838. Windows color (decimal): -12567533 or 1260608. OLE color: 1260608.

HSL color Cylindrical-coordinate representation of color #403C13: hue angle of 54.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403C13 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB646019-
CMYK00.060.700.75
HSL54.67º54.22%16.27%-
HSV(B)54.67º70.31%25.1%-
XYZ3.854.371.26-
YUV56.52106.83133.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=44.76%
G=41.96%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64601900.060.700.7554.6754.2216.27
Hex403C1306464B373610
Octal100742306106113676620
Binary10000001111001001101101000110100101111011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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