#514405

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

Shades of Madras #514405

Tints of Madras #514405

Color information

#514405 (or 0x514405) is unknown color: approx Madras. HEX triplet: 51, 44 and 05. RGB value is (81,68,5). Sum of RGB (Red+Green+Blue) = 81+68+5=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514405 is #AEBBFA. Grayscale: #404040. Windows color (decimal): -11451387 or 345169. OLE color: 345169.

HSL color Cylindrical-coordinate representation of color #514405: hue angle of 49.74º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #514405 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81685-
CMYK00.160.940.68
HSL49.74º88.37%16.86%-
HSV(B)49.74º93.83%31.76%-
XYZ5.495.890.99-
YUV64.794.31139.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 5 (2.34% from 255) = 3.25%
R=52.60%
G=44.16%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8168500.160.940.6849.7488.3716.86
Hex514450105E44325811
Octal12110450201361046213021
Binary1010001100010010101000010111101000100110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514405; }

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

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

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

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

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

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

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

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