#413814

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

Shades of Madras #413814

Tints of Madras #413814

Color information

#413814 (or 0x413814) is unknown color: approx Madras. HEX triplet: 41, 38 and 14. RGB value is (65,56,20). Sum of RGB (Red+Green+Blue) = 65+56+20=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413814 is #BEC7EB. Grayscale: #363636. Windows color (decimal): -12503020 or 1325121. OLE color: 1325121.

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

Color convert

RGB655620-
CMYK00.140.690.75
HSL48º52.94%16.67%-
HSV(B)48º69.23%25.49%-
XYZ3.7241.24-
YUV54.59108.48135.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=46.10%
G=39.72%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65562000.140.690.754852.9416.67
Hex4138140E454B303511
Octal1017024016105113606521
Binary100000111100010100011101000101100101111000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413814; }

 p { color: rgb(65,56,20); }

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

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

 a { background-color: rgb(65,56,20); }

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

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

 span { border-color: rgb(65,56,20); }

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