#514504

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

Shades of Madras #514504

Tints of Madras #514504

Color information

#514504 (or 0x514504) is unknown color: approx Madras. HEX triplet: 51, 45 and 04. RGB value is (81,69,4). Sum of RGB (Red+Green+Blue) = 81+69+4=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514504 is #AEBAFB. Grayscale: #414141. Windows color (decimal): -11451132 or 279889. OLE color: 279889.

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

Color convert

RGB81694-
CMYK00.150.950.68
HSL50.65º90.59%16.67%-
HSV(B)50.65º95.06%31.76%-
XYZ5.546.010.98-
YUV65.1893.48139.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=52.60%
G=44.81%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8169400.150.950.6850.6590.5916.67
Hex514540F5F44335b11
Octal12110540171371046313321
Binary101000110001011000111110111111000100110011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514504; }

 p { color: rgb(81,69,4); }

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

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

 a { background-color: rgb(81,69,4); }

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

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

 span { border-color: rgb(81,69,4); }

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