#413D13

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

Shades of Madras #413D13

Tints of Madras #413D13

Color information

#413D13 (or 0x413D13) is unknown color: approx Madras. HEX triplet: 41, 3D and 13. RGB value is (65,61,19). Sum of RGB (Red+Green+Blue) = 65+61+19=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #413D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D13 is #BEC2EC. Grayscale: #393939. Windows color (decimal): -12501741 or 1260865. OLE color: 1260865.

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

Color convert

RGB656119-
CMYK00.060.710.75
HSL54.78º54.76%16.47%-
HSV(B)54.78º70.77%25.49%-
XYZ3.974.511.28-
YUV57.41106.33133.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 61 (24.22% from 255) = 42.07%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=44.83%
G=42.07%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65611900.060.710.7554.7854.7616.47
Hex413D1306474B373710
Octal101752306107113676720
Binary10000011111011001101101000111100101111011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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