#403816

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

Shades of Madras #403816

Tints of Madras #403816

Color information

#403816 (or 0x403816) is unknown color: approx Madras. HEX triplet: 40, 38 and 16. RGB value is (64,56,22). Sum of RGB (Red+Green+Blue) = 64+56+22=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403816 is #BFC7E9. Grayscale: #363636. Windows color (decimal): -12568554 or 1456192. OLE color: 1456192.

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

Color convert

RGB645622-
CMYK00.130.660.75
HSL48.57º48.84%16.86%-
HSV(B)48.57º65.62%25.1%-
XYZ3.673.981.33-
YUV54.52109.65134.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=45.07%
G=39.44%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64562200.130.660.7548.5748.8416.86
Hex4038160D424B313111
Octal1007026015102113616121
Binary100000011100010110011011000010100101111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403816; }

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

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

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

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

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

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

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

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