#413D10

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

Shades of Madras #413D10

Tints of Madras #413D10

Color information

#413D10 (or 0x413D10) is unknown color: approx Madras. HEX triplet: 41, 3D and 10. RGB value is (65,61,16). Sum of RGB (Red+Green+Blue) = 65+61+16=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #413D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D10 is #BEC2EF. Grayscale: #393939. Windows color (decimal): -12501744 or 1064257. OLE color: 1064257.

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

Color convert

RGB656116-
CMYK00.060.750.75
HSL55.1º60.49%15.88%-
HSV(B)55.1º75.38%25.49%-
XYZ3.944.51.15-
YUV57.07104.83133.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=45.77%
G=42.96%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65611600.060.750.7555.160.4915.88
Hex413D10064B4B373c10
Octal101752006113113677420
Binary10000011111011000001101001011100101111011111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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