#413A14

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

Shades of Madras #413A14

Tints of Madras #413A14

Color information

#413A14 (or 0x413A14) is unknown color: approx Madras. HEX triplet: 41, 3A and 14. RGB value is (65,58,20). Sum of RGB (Red+Green+Blue) = 65+58+20=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A14 is #BEC5EB. Grayscale: #373737. Windows color (decimal): -12502508 or 1325633. OLE color: 1325633.

HSL color Cylindrical-coordinate representation of color #413A14: hue angle of 50.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 #413A14 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB655820-
CMYK00.110.690.75
HSL50.67º52.94%16.67%-
HSV(B)50.67º69.23%25.49%-
XYZ3.824.21.27-
YUV55.76107.82134.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 40.56%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=45.45%
G=40.56%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65582000.110.690.7550.6752.9416.67
Hex413A140B454B333511
Octal1017224013105113636521
Binary100000111101010100010111000101100101111001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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