Html Css Color HEX #534E44 Dune

📋 copy color: '#534E44'

red 83 ◦ green 78 ◦ blue 68

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

Shades of Dune #534E44

Tints of Dune #534E44

RGB

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

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

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

R = 36.24%
G = 34.06%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#534E44 (or 0x534E44) is known color: Dune. HEX triplet: 53, 4E and 44. RGB value is (83,78,68). Sum of RGB (Red+Green+Blue) = 83+78+68=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 83 - color contains mainly: red. Hex color #534E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E44 is #ACB1BB. Grayscale: #4E4E4E. Windows color (decimal): -11317692 or 4476499. OLE color: 4476499.

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

Color convert

RGB 83 78 68 -
CMYK 0 0.06 0.18 0.67
HSL 40º 0.1% 0.3% -
HSV(B) 40º 0.18% 0.33% -
XYZ 7.34 7.71 6.57 -
YUV 78.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 83 78 68 0 0.06 0.18 0.67 40 0.1 0.3
Hex 53 4E 44 0 6 12 43 28 A 1E
Octal 123 116 104 0 6 22 103 50 12 36
Binary 1010011 1001110 1000100 0 110 10010 1000011 101000 1010 11110

Color Harmonies of #534E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E44

Black with #534E44

Text Example


Text Example

White with #534E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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