#403A15

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

Shades of Madras #403A15

Tints of Madras #403A15

Color information

#403A15 (or 0x403A15) is unknown color: approx Madras. HEX triplet: 40, 3A and 15. RGB value is (64,58,21). Sum of RGB (Red+Green+Blue) = 64+58+21=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A15 is #BFC5EA. Grayscale: #373737. Windows color (decimal): -12568043 or 1391168. OLE color: 1391168.

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

Color convert

RGB645821-
CMYK00.090.670.75
HSL51.63º50.59%16.67%-
HSV(B)51.63º67.19%25.1%-
XYZ3.764.171.32-
YUV55.58108.49134.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 21 (8.59% from 255) = 14.69%
R=44.76%
G=40.56%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64582100.090.670.7551.6350.5916.67
Hex403A1509434B343311
Octal1007225011103113646321
Binary100000011101010101010011000011100101111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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