#413704

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

Shades of Madras #413704

Tints of Madras #413704

Color information

#413704 (or 0x413704) is unknown color: approx Madras. HEX triplet: 41, 37 and 04. RGB value is (65,55,4). Sum of RGB (Red+Green+Blue) = 65+55+4=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413704 is #BEC8FB. Grayscale: #343434. Windows color (decimal): -12503292 or 276289. OLE color: 276289.

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

Color convert

RGB65554-
CMYK00.150.940.75
HSL50.16º88.41%13.53%-
HSV(B)50.16º93.85%25.49%-
XYZ3.573.860.67-
YUV52.18100.81137.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 4 (1.95% from 255) = 3.23%
R=52.42%
G=44.35%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555400.150.940.7550.1688.4113.53
Hex413740F5E4B3258e
Octal1016740171361136213016
Binary1000001110111100011111011110100101111001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413704; }

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

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

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

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

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

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

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

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