#414017

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

Shades of Madras #414017

Tints of Madras #414017

Color information

#414017 (or 0x414017) is unknown color: approx Madras. HEX triplet: 41, 40 and 17. RGB value is (65,64,23). Sum of RGB (Red+Green+Blue) = 65+64+23=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #414017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414017 is #BEBFE8. Grayscale: #3B3B3B. Windows color (decimal): -12500969 or 1523777. OLE color: 1523777.

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

Color convert

RGB656423-
CMYK00.020.650.75
HSL58.57º47.73%17.25%-
HSV(B)58.57º64.62%25.49%-
XYZ4.174.851.53-
YUV59.62107.33131.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=42.76%
G=42.11%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65642300.020.650.7558.5747.7317.25
Hex41401702414B3b3011
Octal1011002702101113736021
Binary10000011000000101110101000001100101111101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414017; }

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

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

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

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

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

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

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

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