#413A10

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

Shades of Madras #413A10

Tints of Madras #413A10

Color information

#413A10 (or 0x413A10) is unknown color: approx Madras. HEX triplet: 41, 3A and 10. RGB value is (65,58,16). Sum of RGB (Red+Green+Blue) = 65+58+16=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A10 is #BEC5EF. Grayscale: #373737. Windows color (decimal): -12502512 or 1063489. OLE color: 1063489.

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

Color convert

RGB655816-
CMYK00.110.750.75
HSL51.43º60.49%15.88%-
HSV(B)51.43º75.38%25.49%-
XYZ3.794.191.1-
YUV55.3105.82134.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 58 (23.05% from 255) = 41.73%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=46.76%
G=41.73%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65581600.110.750.7551.4360.4915.88
Hex413A100B4B4B333c10
Octal1017220013113113637420
Binary100000111101010000010111001011100101111001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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