Html Css Color HEX #514D42 Dune

📋 copy color: '#514D42'

red 81 ◦ green 77 ◦ blue 66

#514D42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dune #514D42

Tints of Dune #514D42

RGB

 RED value IS 81 (32.03% from 255) = 36.16%

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 66 (26.17% from 255) = 29.46%

R = 36.16%
G = 34.38%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.68

RGB Variations

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

Color information

#514D42 (or 0x514D42) is known color: Dune. HEX triplet: 51, 4D and 42. RGB value is (81,77,66). Sum of RGB (Red+Green+Blue) = 81+77+66=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D42 is #AEB2BD. Grayscale: #4C4C4C. Windows color (decimal): -11449022 or 4345169. OLE color: 4345169.

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

Color convert

RGB 81 77 66 -
CMYK 0 0.05 0.19 0.68
HSL 44º 0.1% 0.29% -
HSV(B) 44º 0.19% 0.32% -
XYZ 7.03 7.45 6.22 -
YUV 76.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 81 77 66 0 0.05 0.19 0.68 44 0.1 0.29
Hex 51 4D 42 0 5 13 44 2C A 1D
Octal 121 115 102 0 5 23 104 54 12 35
Binary 1010001 1001101 1000010 0 101 10011 1000100 101100 1010 11101

Color Harmonies of #514D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D42

Black with #514D42

Text Example


Text Example

White with #514D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #514D42;
 }
 .AnyTagClassName
 {
   color: #514D42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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