#413710

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

Shades of Madras #413710

Tints of Madras #413710

Color information

#413710 (or 0x413710) is unknown color: approx Madras. HEX triplet: 41, 37 and 10. RGB value is (65,55,16). Sum of RGB (Red+Green+Blue) = 65+55+16=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413710 is #BEC8EF. Grayscale: #353535. Windows color (decimal): -12503280 or 1062721. OLE color: 1062721.

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

Color convert

RGB655516-
CMYK00.150.750.75
HSL47.76º60.49%15.88%-
HSV(B)47.76º75.38%25.49%-
XYZ3.643.891.05-
YUV53.54106.81136.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 55 (21.88% from 255) = 40.44%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=47.79%
G=40.44%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65551600.150.750.7547.7660.4915.88
Hex4137100F4B4B303c10
Octal1016720017113113607420
Binary100000111011110000011111001011100101111000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413710; }

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

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

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

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

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

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

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

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