#413C17

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

Shades of Madras #413C17

Tints of Madras #413C17

Color information

#413C17 (or 0x413C17) is unknown color: approx Madras. HEX triplet: 41, 3C and 17. RGB value is (65,60,23). Sum of RGB (Red+Green+Blue) = 65+60+23=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C17 is #BEC3E8. Grayscale: #393939. Windows color (decimal): -12501993 or 1522753. OLE color: 1522753.

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

Color convert

RGB656023-
CMYK00.080.650.75
HSL52.86º47.73%17.25%-
HSV(B)52.86º64.62%25.49%-
XYZ3.954.421.46-
YUV57.28108.66133.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=43.92%
G=40.54%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65602300.080.650.7552.8647.7317.25
Hex413C1708414B353011
Octal1017427010101113656021
Binary100000111110010111010001000001100101111010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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