Html Css Color HEX #534F45 Dune

📋 copy color: '#534F45'

red 83 ◦ green 79 ◦ blue 69

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

Shades of Dune #534F45

Tints of Dune #534F45

RGB

 RED value IS 83 (32.81% from 255) = 35.93%

 GREEN value IS 79 (31.25% from 255) = 34.2%

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 35.93%
G = 34.2%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534F45 (or 0x534F45) is known color: Dune. HEX triplet: 53, 4F and 45. RGB value is (83,79,69). Sum of RGB (Red+Green+Blue) = 83+79+69=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F45 is #ACB0BA. Grayscale: #4F4F4F. Windows color (decimal): -11317435 or 4542291. OLE color: 4542291.

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

Color convert

RGB 83 79 69 -
CMYK 0 0.05 0.17 0.67
HSL 42.86º 0.09% 0.3% -
HSV(B) 42.86º 0.17% 0.33% -
XYZ 7.44 7.86 6.76 -
YUV 79.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 83 79 69 0 0.05 0.17 0.67 42.86 0.09 0.3
Hex 53 4F 45 0 5 11 43 2B 9 1E
Octal 123 117 105 0 5 21 103 53 11 36
Binary 1010011 1001111 1000101 0 101 10001 1000011 101011 1001 11110

Color Harmonies of #534F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534F45

Black with #534F45

Text Example


Text Example

White with #534F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534F45; }

 p { color: rgb(83,79,69); }

 H1.HeaderClassName
 {
   color: #534F45;
 }
 .AnyTagClassName
 {
   color: #534F45;
 }
</style>

background-color css

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

 a { background-color: rgb(83,79,69); }

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

border-color css

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

 span { border-color: rgb(83,79,69); }

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