#513E1D

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

Shades of Madras #513E1D

Tints of Madras #513E1D

Color information

#513E1D (or 0x513E1D) is unknown color: approx Madras. HEX triplet: 51, 3E and 1D. RGB value is (81,62,29). Sum of RGB (Red+Green+Blue) = 81+62+29=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E1D is #AEC1E2. Grayscale: #404040. Windows color (decimal): -11452899 or 1916497. OLE color: 1916497.

HSL color Cylindrical-coordinate representation of color #513E1D: hue angle of 38.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513E1D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB816229-
CMYK00.230.640.68
HSL38.08º47.27%21.57%-
HSV(B)38.08º64.2%31.76%-
XYZ5.345.281.9-
YUV63.92108.29140.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 62 (24.61% from 255) = 36.05%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=47.09%
G=36.05%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81622900.230.640.6838.0847.2721.57
Hex513E1D0174044262f16
Octal1217635027100104465726
Binary1010001111110111010101111000000100010010011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513E1D; }

 p { color: rgb(81,62,29); }

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

<style>
 a { background-color: #513E1D; }

 a { background-color: rgb(81,62,29); }

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

<style>
 span { border-color: #513E1D; }

 span { border-color: rgb(81,62,29); }

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