#513C17

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

Shades of Madras #513C17

Tints of Madras #513C17

Color information

#513C17 (or 0x513C17) is unknown color: approx Madras. HEX triplet: 51, 3C and 17. RGB value is (81,60,23). Sum of RGB (Red+Green+Blue) = 81+60+23=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C17 is #AEC3E8. Grayscale: #3E3E3E. Windows color (decimal): -11453417 or 1522769. OLE color: 1522769.

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

Color convert

RGB816023-
CMYK00.260.720.68
HSL38.28º55.77%20.39%-
HSV(B)38.28º71.6%31.76%-
XYZ5.165.041.51-
YUV62.06105.96141.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=49.39%
G=36.59%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81602300.260.720.6838.2855.7720.39
Hex513C1701A4844263814
Octal1217427032110104467024
Binary1010001111100101110110101001000100010010011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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