#514109

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

Shades of Madras #514109

Tints of Madras #514109

Color information

#514109 (or 0x514109) is unknown color: approx Madras. HEX triplet: 51, 41 and 09. RGB value is (81,65,9). Sum of RGB (Red+Green+Blue) = 81+65+9=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514109 is #AEBEF6. Grayscale: #3F3F3F. Windows color (decimal): -11452151 or 606545. OLE color: 606545.

HSL color Cylindrical-coordinate representation of color #514109: hue angle of 46.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #514109 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB81659-
CMYK00.200.890.68
HSL46.67º80%17.65%-
HSV(B)46.67º88.89%31.76%-
XYZ5.335.551.05-
YUV63.497.3140.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=52.26%
G=41.94%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8165900.200.890.6846.678017.65
Hex5141901459442f5012
Octal121101110241311045712022
Binary10100011000001100101010010110011000100101111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514109; }

 p { color: rgb(81,65,9); }

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

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

 a { background-color: rgb(81,65,9); }

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

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

 span { border-color: rgb(81,65,9); }

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