#513D17

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

Shades of Madras #513D17

Tints of Madras #513D17

Color information

#513D17 (or 0x513D17) is unknown color: approx Madras. HEX triplet: 51, 3D and 17. RGB value is (81,61,23). Sum of RGB (Red+Green+Blue) = 81+61+23=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #513D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D17 is #AEC2E8. Grayscale: #3E3E3E. Windows color (decimal): -11453161 or 1523025. OLE color: 1523025.

HSL color Cylindrical-coordinate representation of color #513D17: hue angle of 39.31º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513D17 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB816123-
CMYK00.250.720.68
HSL39.31º55.77%20.39%-
HSV(B)39.31º71.6%31.76%-
XYZ5.225.151.53-
YUV62.65105.63141.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=49.09%
G=36.97%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81612300.250.720.6839.3155.7720.39
Hex513D170194844273814
Octal1217527031110104477024
Binary1010001111101101110110011001000100010010011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,23); }

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

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

 a { background-color: rgb(81,61,23); }

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

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

 span { border-color: rgb(81,61,23); }

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