#403C15

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

Shades of Madras #403C15

Tints of Madras #403C15

Color information

#403C15 (or 0x403C15) is unknown color: approx Madras. HEX triplet: 40, 3C and 15. RGB value is (64,60,21). Sum of RGB (Red+Green+Blue) = 64+60+21=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #403C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C15 is #BFC3EA. Grayscale: #383838. Windows color (decimal): -12567531 or 1391680. OLE color: 1391680.

HSL color Cylindrical-coordinate representation of color #403C15: hue angle of 54.42º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403C15 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB646021-
CMYK00.060.670.75
HSL54.42º50.59%16.67%-
HSV(B)54.42º67.19%25.1%-
XYZ3.874.381.35-
YUV56.75107.83133.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.14%
GREEN value IS 60 (23.83% from 255) = 41.38%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=44.14%
G=41.38%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64602100.060.670.7554.4250.5916.67
Hex403C1506434B363311
Octal100742506103113666321
Binary10000001111001010101101000011100101111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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