#414012

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

Shades of Madras #414012

Tints of Madras #414012

Color information

#414012 (or 0x414012) is unknown color: approx Madras. HEX triplet: 41, 40 and 12. RGB value is (65,64,18). Sum of RGB (Red+Green+Blue) = 65+64+18=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #414012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414012 is #BEBFED. Grayscale: #3B3B3B. Windows color (decimal): -12500974 or 1196097. OLE color: 1196097.

HSL color Cylindrical-coordinate representation of color #414012: hue angle of 58.72º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414012 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB656418-
CMYK00.020.720.75
HSL58.72º56.63%16.27%-
HSV(B)58.72º72.31%25.49%-
XYZ4.124.831.29-
YUV59.06104.83132.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=44.22%
G=43.54%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65641800.020.720.7558.7256.6316.27
Hex41401202484B3b3910
Octal1011002202110113737120
Binary10000011000000100100101001000100101111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414012; }

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

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

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

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

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

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

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

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