#413605

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

Shades of Madras #413605

Tints of Madras #413605

Color information

#413605 (or 0x413605) is unknown color: approx Madras. HEX triplet: 41, 36 and 05. RGB value is (65,54,5). Sum of RGB (Red+Green+Blue) = 65+54+5=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413605 is #BEC9FA. Grayscale: #333333. Windows color (decimal): -12503547 or 341569. OLE color: 341569.

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

Color convert

RGB65545-
CMYK00.170.920.75
HSL49º85.71%13.73%-
HSV(B)49º92.31%25.49%-
XYZ3.533.770.69-
YUV51.7101.64137.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=52.42%
G=43.55%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6554500.170.920.754985.7113.73
Hex413650115C4B3156e
Octal1016650211341136112616
Binary10000011101101010100011011100100101111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413605; }

 p { color: rgb(65,54,5); }

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

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

 a { background-color: rgb(65,54,5); }

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

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

 span { border-color: rgb(65,54,5); }

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