#403F13

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

Shades of Madras #403F13

Tints of Madras #403F13

Color information

#403F13 (or 0x403F13) is unknown color: approx Madras. HEX triplet: 40, 3F and 13. RGB value is (64,63,19). Sum of RGB (Red+Green+Blue) = 64+63+19=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F13 is #BFC0EC. Grayscale: #3A3A3A. Windows color (decimal): -12566765 or 1261376. OLE color: 1261376.

HSL color Cylindrical-coordinate representation of color #403F13: hue angle of 58.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 #403F13 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB646319-
CMYK00.020.700.75
HSL58.67º54.22%16.27%-
HSV(B)58.67º70.31%25.1%-
XYZ4.014.691.31-
YUV58.28105.83132.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=43.84%
G=43.15%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64631900.020.700.7558.6754.2216.27
Hex403F1302464B3b3610
Octal100772302106113736620
Binary1000000111111100110101000110100101111101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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