#413F1C

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

Shades of Madras #413F1C

Tints of Madras #413F1C

Color information

#413F1C (or 0x413F1C) is unknown color: approx Madras. HEX triplet: 41, 3F and 1C. RGB value is (65,63,28). Sum of RGB (Red+Green+Blue) = 65+63+28=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F1C is #BEC0E3. Grayscale: #3B3B3B. Windows color (decimal): -12501220 or 1851201. OLE color: 1851201.

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

Color convert

RGB656328-
CMYK00.030.570.75
HSL56.76º39.78%18.24%-
HSV(B)56.76º56.92%25.49%-
XYZ4.174.761.8-
YUV59.61110.16131.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=41.67%
G=40.38%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65632800.030.570.7556.7639.7818.24
Hex413F1C03394B392812
Octal10177340371113715022
Binary100000111111111100011111001100101111100110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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