#403710

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

Shades of Madras #403710

Tints of Madras #403710

Color information

#403710 (or 0x403710) is unknown color: approx Madras. HEX triplet: 40, 37 and 10. RGB value is (64,55,16). Sum of RGB (Red+Green+Blue) = 64+55+16=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403710 is #BFC8EF. Grayscale: #353535. Windows color (decimal): -12568816 or 1062720. OLE color: 1062720.

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

Color convert

RGB645516-
CMYK00.140.750.75
HSL48.75º60%15.69%-
HSV(B)48.75º75%25.1%-
XYZ3.573.861.05-
YUV53.24106.98135.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 55 (21.88% from 255) = 40.74%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=47.41%
G=40.74%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64551600.140.750.7548.756015.69
Hex4037100E4B4B313c10
Octal1006720016113113617420
Binary100000011011110000011101001011100101111000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403710; }

 p { color: rgb(64,55,16); }

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

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

 a { background-color: rgb(64,55,16); }

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

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

 span { border-color: rgb(64,55,16); }

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