#514209

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

Shades of Madras #514209

Tints of Madras #514209

Color information

#514209 (or 0x514209) is unknown color: approx Madras. HEX triplet: 51, 42 and 09. RGB value is (81,66,9). Sum of RGB (Red+Green+Blue) = 81+66+9=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514209 is #AEBDF6. Grayscale: #404040. Windows color (decimal): -11451895 or 606801. OLE color: 606801.

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

Color convert

RGB81669-
CMYK00.190.890.68
HSL47.5º80%17.65%-
HSV(B)47.5º88.89%31.76%-
XYZ5.395.671.07-
YUV63.9996.97140.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=51.92%
G=42.31%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8166900.190.890.6847.58017.65
Hex514290135944305012
Octal121102110231311046012022
Binary10100011000010100101001110110011000100110000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514209; }

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

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

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

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

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

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

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

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