#413D16

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

Shades of Madras #413D16

Tints of Madras #413D16

Color information

#413D16 (or 0x413D16) is unknown color: approx Madras. HEX triplet: 41, 3D and 16. RGB value is (65,61,22). Sum of RGB (Red+Green+Blue) = 65+61+22=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D16 is #BEC2E9. Grayscale: #393939. Windows color (decimal): -12501738 or 1457473. OLE color: 1457473.

HSL color Cylindrical-coordinate representation of color #413D16: hue angle of 54.42º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413D16 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB656122-
CMYK00.060.660.75
HSL54.42º49.43%17.06%-
HSV(B)54.42º66.15%25.49%-
XYZ3.994.521.42-
YUV57.75107.83133.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 61 (24.22% from 255) = 41.22%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=43.92%
G=41.22%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65612200.060.660.7554.4249.4317.06
Hex413D1606424B363111
Octal101752606102113666121
Binary10000011111011011001101000010100101111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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