#413F1D

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

Shades of Madras #413F1D

Tints of Madras #413F1D

Color information

#413F1D (or 0x413F1D) is unknown color: approx Madras. HEX triplet: 41, 3F and 1D. RGB value is (65,63,29). Sum of RGB (Red+Green+Blue) = 65+63+29=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1D is #BEC0E2. Grayscale: #3B3B3B. Windows color (decimal): -12501219 or 1916737. OLE color: 1916737.

HSL color Cylindrical-coordinate representation of color #413F1D: hue angle of 56.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #413F1D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB656329-
CMYK00.030.550.75
HSL56.67º38.3%18.43%-
HSV(B)56.67º55.38%25.49%-
XYZ4.184.771.86-
YUV59.72110.66131.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=41.40%
G=40.13%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65632900.030.550.7556.6738.318.43
Hex413F1D03374B392612
Octal10177350367113714622
Binary100000111111111101011110111100101111100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,63,29); }

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

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

 a { background-color: rgb(65,63,29); }

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

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

 span { border-color: rgb(65,63,29); }

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