#514F4A

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

Shades of Dune #514F4A

Tints of Dune #514F4A

Color information

#514F4A (or 0x514F4A) is unknown color: approx Dune. HEX triplet: 51, 4F and 4A. RGB value is (81,79,74). Sum of RGB (Red+Green+Blue) = 81+79+74=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 81 - color contains mainly: red. Hex color #514F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514F4A is #AEB0B5. Grayscale: #4F4F4F. Windows color (decimal): -11448502 or 4869969. OLE color: 4869969.

HSL color Cylindrical-coordinate representation of color #514F4A: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #514F4A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB817974-
CMYK00.020.090.68
HSL42.86º4.52%30.39%-
HSV(B)42.86º8.64%31.76%-
XYZ7.437.847.6-
YUV79.03125.16129.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=34.62%
G=33.76%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81797400.020.090.6842.864.5230.39
Hex514F4A029442b51e
Octal121117112021110453536
Binary1010001100111110010100101001100010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514F4A; }

 p { color: rgb(81,79,74); }

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

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

 a { background-color: rgb(81,79,74); }

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

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

 span { border-color: rgb(81,79,74); }

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