#403914

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

Shades of Madras #403914

Tints of Madras #403914

Color information

#403914 (or 0x403914) is unknown color: approx Madras. HEX triplet: 40, 39 and 14. RGB value is (64,57,20). Sum of RGB (Red+Green+Blue) = 64+57+20=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403914 is #BFC6EB. Grayscale: #373737. Windows color (decimal): -12568300 or 1325376. OLE color: 1325376.

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

Color convert

RGB645720-
CMYK00.110.690.75
HSL50.45º52.38%16.47%-
HSV(B)50.45º68.75%25.1%-
XYZ3.74.071.25-
YUV54.88108.32134.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 57 (22.66% from 255) = 40.43%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=45.39%
G=40.43%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64572000.110.690.7550.4552.3816.47
Hex4039140B454B323410
Octal1007124013105113626420
Binary100000011100110100010111000101100101111001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403914; }

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

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

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

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

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

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

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

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