#413F10

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

Shades of Madras #413F10

Tints of Madras #413F10

Color information

#413F10 (or 0x413F10) is unknown color: approx Madras. HEX triplet: 41, 3F and 10. RGB value is (65,63,16). Sum of RGB (Red+Green+Blue) = 65+63+16=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #413F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F10 is #BEC0EF. Grayscale: #3A3A3A. Windows color (decimal): -12501232 or 1064769. OLE color: 1064769.

HSL color Cylindrical-coordinate representation of color #413F10: hue angle of 57.55º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413F10 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB656316-
CMYK00.030.750.75
HSL57.55º60.49%15.88%-
HSV(B)57.55º75.38%25.49%-
XYZ4.054.721.19-
YUV58.24104.16132.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 16 (6.64% from 255) = 11.11%
R=45.14%
G=43.75%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65631600.030.750.7557.5560.4915.88
Hex413F10034B4B3a3c10
Octal101772003113113727420
Binary1000001111111100000111001011100101111101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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