#403915

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

Shades of Madras #403915

Tints of Madras #403915

Color information

#403915 (or 0x403915) is unknown color: approx Madras. HEX triplet: 40, 39 and 15. RGB value is (64,57,21). Sum of RGB (Red+Green+Blue) = 64+57+21=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 57 (22.66% from 255 or 40.14% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403915 is #BFC6EA. Grayscale: #373737. Windows color (decimal): -12568299 or 1390912. OLE color: 1390912.

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

Color convert

RGB645721-
CMYK00.110.670.75
HSL50.23º50.59%16.67%-
HSV(B)50.23º67.19%25.1%-
XYZ3.714.071.3-
YUV54.99108.82134.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 57 (22.66% from 255) = 40.14%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=45.07%
G=40.14%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572100.110.670.7550.2350.5916.67
Hex4039150B434B323311
Octal1007125013103113626321
Binary100000011100110101010111000011100101111001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403915; }

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

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

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

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

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

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

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

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