#414011

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

Shades of Madras #414011

Tints of Madras #414011

Color information

#414011 (or 0x414011) is unknown color: approx Madras. HEX triplet: 41, 40 and 11. RGB value is (65,64,17). Sum of RGB (Red+Green+Blue) = 65+64+17=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #414011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414011 is #BEBFEE. Grayscale: #3B3B3B. Windows color (decimal): -12500975 or 1130561. OLE color: 1130561.

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

Color convert

RGB656417-
CMYK00.020.740.75
HSL58.75º58.54%16.08%-
HSV(B)58.75º73.85%25.49%-
XYZ4.114.831.25-
YUV58.94104.33132.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=44.52%
G=43.84%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641700.020.740.7558.7558.5416.08
Hex414011024A4B3b3b10
Octal1011002102112113737320
Binary10000011000000100010101001010100101111101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414011; }

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

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

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

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

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

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

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

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