#413C1E

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

Shades of Madras #413C1E

Tints of Madras #413C1E

Color information

#413C1E (or 0x413C1E) is unknown color: approx Madras. HEX triplet: 41, 3C and 1E. RGB value is (65,60,30). Sum of RGB (Red+Green+Blue) = 65+60+30=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C1E is #BEC3E1. Grayscale: #3A3A3A. Windows color (decimal): -12501986 or 1981505. OLE color: 1981505.

HSL color Cylindrical-coordinate representation of color #413C1E: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #413C1E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB656030-
CMYK00.080.540.75
HSL51.43º36.84%18.63%-
HSV(B)51.43º53.85%25.49%-
XYZ4.034.451.87-
YUV58.08112.16132.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=41.94%
G=38.71%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65603000.080.540.7551.4336.8418.63
Hex413C1E08364B332513
Octal101743601066113634523
Binary10000011111001111001000110110100101111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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