#413B10

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

Shades of Madras #413B10

Tints of Madras #413B10

Color information

#413B10 (or 0x413B10) is unknown color: approx Madras. HEX triplet: 41, 3B and 10. RGB value is (65,59,16). Sum of RGB (Red+Green+Blue) = 65+59+16=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B10 is #BEC4EF. Grayscale: #383838. Windows color (decimal): -12502256 or 1063745. OLE color: 1063745.

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

Color convert

RGB655916-
CMYK00.090.750.75
HSL52.65º60.49%15.88%-
HSV(B)52.65º75.38%25.49%-
XYZ3.844.291.12-
YUV55.89105.49134.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 59 (23.44% from 255) = 42.14%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=46.43%
G=42.14%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65591600.090.750.7552.6560.4915.88
Hex413B10094B4B353c10
Octal1017320011113113657420
Binary100000111101110000010011001011100101111010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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