#413C13

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

Shades of Madras #413C13

Tints of Madras #413C13

Color information

#413C13 (or 0x413C13) is unknown color: approx Madras. HEX triplet: 41, 3C and 13. RGB value is (65,60,19). Sum of RGB (Red+Green+Blue) = 65+60+19=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C13 is #BEC3EC. Grayscale: #383838. Windows color (decimal): -12501997 or 1260609. OLE color: 1260609.

HSL color Cylindrical-coordinate representation of color #413C13: hue angle of 53.48º 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 #413C13 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB656019-
CMYK00.080.710.75
HSL53.48º54.76%16.47%-
HSV(B)53.48º70.77%25.49%-
XYZ3.914.41.26-
YUV56.82106.66133.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 60 (23.83% from 255) = 41.67%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=45.14%
G=41.67%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65601900.080.710.7553.4854.7616.47
Hex413C1308474B353710
Octal1017423010107113656720
Binary100000111110010011010001000111100101111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C13; }

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

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

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

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

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

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

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

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