Html Css Color HEX #534E41 Dune

📋 copy color: '#534E41'

red 83 ◦ green 78 ◦ blue 65

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

Shades of Dune #534E41

Tints of Dune #534E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 36.73%
G = 34.51%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534E41 (or 0x534E41) is known color: Dune. HEX triplet: 53, 4E and 41. RGB value is (83,78,65). Sum of RGB (Red+Green+Blue) = 83+78+65=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E41 is #ACB1BE. Grayscale: #4E4E4E. Windows color (decimal): -11317695 or 4279891. OLE color: 4279891.

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

Color convert

RGB 83 78 65 -
CMYK 0 0.06 0.22 0.67
HSL 43.33º 0.12% 0.29% -
HSV(B) 43.33º 0.22% 0.33% -
XYZ 7.25 7.67 6.1 -
YUV 78.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 83 78 65 0 0.06 0.22 0.67 43.33 0.12 0.29
Hex 53 4E 41 0 6 16 43 2B C 1D
Octal 123 116 101 0 6 26 103 53 14 35
Binary 1010011 1001110 1000001 0 110 10110 1000011 101011 1100 11101

Color Harmonies of #534E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E41

Black with #534E41

Text Example


Text Example

White with #534E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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