Html Css Color HEX #54514A Dune

📋 copy color: '#54514A'

red 84 ◦ green 81 ◦ blue 74

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

Shades of Dune #54514A

Tints of Dune #54514A

RGB

 RED value IS 84 (33.2% from 255) = 35.15%

 GREEN value IS 81 (32.03% from 255) = 33.89%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 35.15%
G = 33.89%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#54514A (or 0x54514A) is known color: Dune. HEX triplet: 54, 51 and 4A. RGB value is (84,81,74). Sum of RGB (Red+Green+Blue) = 84+81+74=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 84 - color contains mainly: red. Hex color #54514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54514A is #ABAEB5. Grayscale: #515151. Windows color (decimal): -11251382 or 4870484. OLE color: 4870484.

HSL color Cylindrical-coordinate representation of color #54514A: hue angle of 42º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #54514A is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 81 74 -
CMYK 0 0.04 0.12 0.67
HSL 42º 0.06% 0.31% -
HSV(B) 42º 0.12% 0.33% -
XYZ 7.83 8.26 7.66 -
YUV 81.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 84 81 74 0 0.04 0.12 0.67 42 0.06 0.31
Hex 54 51 4A 0 4 C 43 2A 6 1F
Octal 124 121 112 0 4 14 103 52 6 37
Binary 1010100 1010001 1001010 0 100 1100 1000011 101010 110 11111

Color Harmonies of #54514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54514A

Black with #54514A

Text Example


Text Example

White with #54514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54514A; }

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

 H1.HeaderClassName
 {
   color: #54514A;
 }
 .AnyTagClassName
 {
   color: #54514A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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