#514417

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

Shades of Madras #514417

Tints of Madras #514417

Color information

#514417 (or 0x514417) is unknown color: approx Madras. HEX triplet: 51, 44 and 17. RGB value is (81,68,23). Sum of RGB (Red+Green+Blue) = 81+68+23=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514417 is #AEBBE8. Grayscale: #424242. Windows color (decimal): -11451369 or 1524817. OLE color: 1524817.

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

Color convert

RGB816823-
CMYK00.160.720.68
HSL46.55º55.77%20.39%-
HSV(B)46.55º71.6%31.76%-
XYZ5.625.951.66-
YUV66.76103.31138.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.09%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 23 (9.38% from 255) = 13.37%
R=47.09%
G=39.53%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81682300.160.720.6846.5555.7720.39
Hex51441701048442f3814
Octal12110427020110104577024
Binary10100011000100101110100001001000100010010111111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514417; }

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

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

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

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

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

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

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

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