Html Css Color HEX #534E42 Dune

📋 copy color: '#534E42'

red 83 ◦ green 78 ◦ blue 66

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

Shades of Dune #534E42

Tints of Dune #534E42

RGB

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

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

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

R = 36.56%
G = 34.36%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534E42 (or 0x534E42) is known color: Dune. HEX triplet: 53, 4E and 42. RGB value is (83,78,66). Sum of RGB (Red+Green+Blue) = 83+78+66=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E42 is #ACB1BD. Grayscale: #4E4E4E. Windows color (decimal): -11317694 or 4345427. OLE color: 4345427.

HSL color Cylindrical-coordinate representation of color #534E42: hue angle of 42.35º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534E42 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 78 66 -
CMYK 0 0.06 0.20 0.67
HSL 42.35º 0.11% 0.29% -
HSV(B) 42.35º 0.2% 0.33% -
XYZ 7.28 7.68 6.25 -
YUV 78.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 83 78 66 0 0.06 0.20 0.67 42.35 0.11 0.29
Hex 53 4E 42 0 6 14 43 2A B 1D
Octal 123 116 102 0 6 24 103 52 13 35
Binary 1010011 1001110 1000010 0 110 10100 1000011 101010 1011 11101

Color Harmonies of #534E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E42

Black with #534E42

Text Example


Text Example

White with #534E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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