#414013

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

Shades of Madras #414013

Tints of Madras #414013

Color information

#414013 (or 0x414013) is unknown color: approx Madras. HEX triplet: 41, 40 and 13. RGB value is (65,64,19). Sum of RGB (Red+Green+Blue) = 65+64+19=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #414013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414013 is #BEBFEC. Grayscale: #3B3B3B. Windows color (decimal): -12500973 or 1261633. OLE color: 1261633.

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

Color convert

RGB656419-
CMYK00.020.710.75
HSL58.7º54.76%16.47%-
HSV(B)58.7º70.77%25.49%-
XYZ4.134.841.33-
YUV59.17105.33132.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=43.92%
G=43.24%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641900.020.710.7558.754.7616.47
Hex41401302474B3b3710
Octal1011002302107113736720
Binary10000011000000100110101000111100101111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414013; }

 p { color: rgb(65,64,19); }

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

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

 a { background-color: rgb(65,64,19); }

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

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

 span { border-color: rgb(65,64,19); }

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