#403D15

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

Shades of Madras #403D15

Tints of Madras #403D15

Color information

#403D15 (or 0x403D15) is unknown color: approx Madras. HEX triplet: 40, 3D and 15. RGB value is (64,61,21). Sum of RGB (Red+Green+Blue) = 64+61+21=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D15 is #BFC2EA. Grayscale: #393939. Windows color (decimal): -12567275 or 1391936. OLE color: 1391936.

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

Color convert

RGB646121-
CMYK00.050.670.75
HSL55.81º50.59%16.67%-
HSV(B)55.81º67.19%25.1%-
XYZ3.924.481.37-
YUV57.34107.49132.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 61 (24.22% from 255) = 41.78%
BLUE value IS 21 (8.59% from 255) = 14.38%
R=43.84%
G=41.78%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64612100.050.670.7555.8150.5916.67
Hex403D1505434B383311
Octal100752505103113706321
Binary10000001111011010101011000011100101111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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