#413D14

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

Shades of Madras #413D14

Tints of Madras #413D14

Color information

#413D14 (or 0x413D14) is unknown color: approx Madras. HEX triplet: 41, 3D and 14. RGB value is (65,61,20). Sum of RGB (Red+Green+Blue) = 65+61+20=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #413D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D14 is #BEC2EB. Grayscale: #393939. Windows color (decimal): -12501740 or 1326401. OLE color: 1326401.

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

Color convert

RGB656120-
CMYK00.060.690.75
HSL54.67º52.94%16.67%-
HSV(B)54.67º69.23%25.49%-
XYZ3.974.511.32-
YUV57.52106.83133.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 61 (24.22% from 255) = 41.78%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=44.52%
G=41.78%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65612000.060.690.7554.6752.9416.67
Hex413D1406454B373511
Octal101752406105113676521
Binary10000011111011010001101000101100101111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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