#403814

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

Shades of Madras #403814

Tints of Madras #403814

Color information

#403814 (or 0x403814) is unknown color: approx Madras. HEX triplet: 40, 38 and 14. RGB value is (64,56,20). Sum of RGB (Red+Green+Blue) = 64+56+20=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #403814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403814 is #BFC7EB. Grayscale: #363636. Windows color (decimal): -12568556 or 1325120. OLE color: 1325120.

HSL color Cylindrical-coordinate representation of color #403814: hue angle of 49.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403814 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB645620-
CMYK00.130.690.75
HSL49.09º52.38%16.47%-
HSV(B)49.09º68.75%25.1%-
XYZ3.653.971.24-
YUV54.29108.65134.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.71%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=45.71%
G=40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64562000.130.690.7549.0952.3816.47
Hex4038140D454B313410
Octal1007024015105113616420
Binary100000011100010100011011000101100101111000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403814; }

 p { color: rgb(64,56,20); }

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

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

 a { background-color: rgb(64,56,20); }

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

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

 span { border-color: rgb(64,56,20); }

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