#403918

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

Shades of Madras #403918

Tints of Madras #403918

Color information

#403918 (or 0x403918) is unknown color: approx Madras. HEX triplet: 40, 39 and 18. RGB value is (64,57,24). Sum of RGB (Red+Green+Blue) = 64+57+24=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403918 is #BFC6E7. Grayscale: #373737. Windows color (decimal): -12568296 or 1587520. OLE color: 1587520.

HSL color Cylindrical-coordinate representation of color #403918: hue angle of 49.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403918 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB645724-
CMYK00.110.620.75
HSL49.5º45.45%17.25%-
HSV(B)49.5º62.5%25.1%-
XYZ3.744.081.45-
YUV55.33110.32134.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=44.14%
G=39.31%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572400.110.620.7549.545.4517.25
Hex4039180B3E4B312d11
Octal100713001376113615521
Binary10000001110011100001011111110100101111000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403918; }

 p { color: rgb(64,57,24); }

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

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

 a { background-color: rgb(64,57,24); }

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

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

 span { border-color: rgb(64,57,24); }

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