#413804

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

Shades of Madras #413804

Tints of Madras #413804

Color information

#413804 (or 0x413804) is unknown color: approx Madras. HEX triplet: 41, 38 and 04. RGB value is (65,56,4). Sum of RGB (Red+Green+Blue) = 65+56+4=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413804 is #BEC7FB. Grayscale: #343434. Windows color (decimal): -12503036 or 276545. OLE color: 276545.

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

Color convert

RGB65564-
CMYK00.140.940.75
HSL51.15º88.41%13.53%-
HSV(B)51.15º93.85%25.49%-
XYZ3.623.960.69-
YUV52.76100.48136.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 4 (1.95% from 255) = 3.2%
R=52%
G=44.8%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556400.140.940.7551.1588.4113.53
Hex413840E5E4B3358e
Octal1017040161361136313016
Binary1000001111000100011101011110100101111001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413804; }

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

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

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

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

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

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

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

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