#413B1D

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

Shades of Madras #413B1D

Tints of Madras #413B1D

Color information

#413B1D (or 0x413B1D) is unknown color: approx Madras. HEX triplet: 41, 3B and 1D. RGB value is (65,59,29). Sum of RGB (Red+Green+Blue) = 65+59+29=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B1D is #BEC4E2. Grayscale: #393939. Windows color (decimal): -12502243 or 1915713. OLE color: 1915713.

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

Color convert

RGB655929-
CMYK00.090.550.75
HSL50º38.3%18.43%-
HSV(B)50º55.38%25.49%-
XYZ3.974.341.79-
YUV57.37111.99133.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 59 (23.44% from 255) = 38.56%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=42.48%
G=38.56%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65592900.090.550.755038.318.43
Hex413B1D09374B322612
Octal101733501167113624622
Binary10000011110111110101001110111100101111001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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