#513F1D

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

Shades of Madras #513F1D

Tints of Madras #513F1D

Color information

#513F1D (or 0x513F1D) is unknown color: approx Madras. HEX triplet: 51, 3F and 1D. RGB value is (81,63,29). Sum of RGB (Red+Green+Blue) = 81+63+29=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1D is #AEC0E2. Grayscale: #404040. Windows color (decimal): -11452643 or 1916753. OLE color: 1916753.

HSL color Cylindrical-coordinate representation of color #513F1D: hue angle of 39.23º 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 #513F1D is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB816329-
CMYK00.220.640.68
HSL39.23º47.27%21.57%-
HSV(B)39.23º64.2%31.76%-
XYZ5.395.391.92-
YUV64.51107.96139.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.82%
GREEN value IS 63 (25% from 255) = 36.42%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=46.82%
G=36.42%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81632900.220.640.6839.2347.2721.57
Hex513F1D0164044272f16
Octal1217735026100104475726
Binary1010001111111111010101101000000100010010011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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