#413A1E

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

Shades of Madras #413A1E

Tints of Madras #413A1E

Color information

#413A1E (or 0x413A1E) is unknown color: approx Madras. HEX triplet: 41, 3A and 1E. RGB value is (65,58,30). Sum of RGB (Red+Green+Blue) = 65+58+30=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A1E is #BEC5E1. Grayscale: #393939. Windows color (decimal): -12502498 or 1980993. OLE color: 1980993.

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

Color convert

RGB655830-
CMYK00.110.540.75
HSL48º36.84%18.63%-
HSV(B)48º53.85%25.49%-
XYZ3.934.241.84-
YUV56.9112.82133.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 58 (23.05% from 255) = 37.91%
BLUE value IS 30 (12.11% from 255) = 19.61%
R=42.48%
G=37.91%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65583000.110.540.754836.8418.63
Hex413A1E0B364B302513
Octal101723601366113604523
Binary10000011110101111001011110110100101111000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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