#413F14

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

Shades of Madras #413F14

Tints of Madras #413F14

Color information

#413F14 (or 0x413F14) is unknown color: approx Madras. HEX triplet: 41, 3F and 14. RGB value is (65,63,20). Sum of RGB (Red+Green+Blue) = 65+63+20=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F14 is #BEC0EB. Grayscale: #3A3A3A. Windows color (decimal): -12501228 or 1326913. OLE color: 1326913.

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

Color convert

RGB656320-
CMYK00.030.690.75
HSL57.33º52.94%16.67%-
HSV(B)57.33º69.23%25.49%-
XYZ4.084.731.36-
YUV58.7106.16132.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=43.92%
G=42.57%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65632000.030.690.7557.3352.9416.67
Hex413F1403454B393511
Octal101772403105113716521
Binary1000001111111101000111000101100101111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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