Html Css Color HEX #514E44 Dune

📋 copy color: '#514E44'

red 81 ◦ green 78 ◦ blue 68

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

Shades of Dune #514E44

Tints of Dune #514E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 68 (26.95% from 255) = 29.96%

R = 35.68%
G = 34.36%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#514E44 (or 0x514E44) is known color: Dune. HEX triplet: 51, 4E and 44. RGB value is (81,78,68). Sum of RGB (Red+Green+Blue) = 81+78+68=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E44 is #AEB1BB. Grayscale: #4D4D4D. Windows color (decimal): -11448764 or 4476497. OLE color: 4476497.

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

Color convert

RGB 81 78 68 -
CMYK 0 0.04 0.16 0.68
HSL 46.15º 0.09% 0.29% -
HSV(B) 46.15º 0.16% 0.32% -
XYZ 7.16 7.62 6.56 -
YUV 77.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 81 78 68 0 0.04 0.16 0.68 46.15 0.09 0.29
Hex 51 4E 44 0 4 10 44 2E 9 1D
Octal 121 116 104 0 4 20 104 56 11 35
Binary 1010001 1001110 1000100 0 100 10000 1000100 101110 1001 11101

Color Harmonies of #514E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E44

Black with #514E44

Text Example


Text Example

White with #514E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,68); }

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

background-color css

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

 a { background-color: rgb(81,78,68); }

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

border-color css

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

 span { border-color: rgb(81,78,68); }

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