#413D1D

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

Shades of Madras #413D1D

Tints of Madras #413D1D

Color information

#413D1D (or 0x413D1D) is unknown color: approx Madras. HEX triplet: 41, 3D and 1D. RGB value is (65,61,29). Sum of RGB (Red+Green+Blue) = 65+61+29=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D1D is #BEC2E2. Grayscale: #3A3A3A. Windows color (decimal): -12501731 or 1916225. OLE color: 1916225.

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

Color convert

RGB656129-
CMYK00.060.550.75
HSL53.33º38.3%18.43%-
HSV(B)53.33º55.38%25.49%-
XYZ4.074.551.83-
YUV58.55111.33132.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 61 (24.22% from 255) = 39.35%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=41.94%
G=39.35%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65612900.060.550.7553.3338.318.43
Hex413D1D06374B352612
Octal10175350667113654622
Binary1000001111101111010110110111100101111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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