#413B1C

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

Shades of Madras #413B1C

Tints of Madras #413B1C

Color information

#413B1C (or 0x413B1C) is unknown color: approx Madras. HEX triplet: 41, 3B and 1C. RGB value is (65,59,28). Sum of RGB (Red+Green+Blue) = 65+59+28=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1C is #BEC4E3. Grayscale: #393939. Windows color (decimal): -12502244 or 1850177. OLE color: 1850177.

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

Color convert

RGB655928-
CMYK00.090.570.75
HSL50.27º39.78%18.24%-
HSV(B)50.27º56.92%25.49%-
XYZ3.954.341.73-
YUV57.26111.49133.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 59 (23.44% from 255) = 38.82%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=42.76%
G=38.82%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592800.090.570.7550.2739.7818.24
Hex413B1C09394B322812
Octal101733401171113625022
Binary10000011110111110001001111001100101111001010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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