#403C16

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

Shades of Madras #403C16

Tints of Madras #403C16

Color information

#403C16 (or 0x403C16) is unknown color: approx Madras. HEX triplet: 40, 3C and 16. RGB value is (64,60,22). Sum of RGB (Red+Green+Blue) = 64+60+22=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C16 is #BFC3E9. Grayscale: #393939. Windows color (decimal): -12567530 or 1457216. OLE color: 1457216.

HSL color Cylindrical-coordinate representation of color #403C16: hue angle of 54.29º 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 #403C16 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB646022-
CMYK00.060.660.75
HSL54.29º48.84%16.86%-
HSV(B)54.29º65.62%25.1%-
XYZ3.884.381.4-
YUV56.86108.33133.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 60 (23.83% from 255) = 41.10%
BLUE value IS 22 (8.98% from 255) = 15.07%
R=43.84%
G=41.10%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64602200.060.660.7554.2948.8416.86
Hex403C1606424B363111
Octal100742606102113666121
Binary10000001111001011001101000010100101111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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