#413D11

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

Shades of Madras #413D11

Tints of Madras #413D11

Color information

#413D11 (or 0x413D11) is unknown color: approx Madras. HEX triplet: 41, 3D and 11. RGB value is (65,61,17). Sum of RGB (Red+Green+Blue) = 65+61+17=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #413D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D11 is #BEC2EE. Grayscale: #393939. Windows color (decimal): -12501743 or 1129793. OLE color: 1129793.

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

Color convert

RGB656117-
CMYK00.060.740.75
HSL55º58.54%16.08%-
HSV(B)55º73.85%25.49%-
XYZ3.954.51.19-
YUV57.18105.33133.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=45.45%
G=42.66%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65611700.060.740.755558.5416.08
Hex413D11064A4B373b10
Octal101752106112113677320
Binary10000011111011000101101001010100101111011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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