Html Css Color HEX #575244 Dune

📋 copy color: '#575244'

red 87 ◦ green 82 ◦ blue 68

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

Shades of Dune #575244

Tints of Dune #575244

RGB

 RED value IS 87 (34.38% from 255) = 36.71%

 GREEN value IS 82 (32.42% from 255) = 34.6%

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

R = 36.71%
G = 34.6%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#575244 (or 0x575244) is known color: Dune. HEX triplet: 57, 52 and 44. RGB value is (87,82,68). Sum of RGB (Red+Green+Blue) = 87+82+68=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #575244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575244 is #A8ADBB. Grayscale: #515151. Windows color (decimal): -11054524 or 4477527. OLE color: 4477527.

HSL color Cylindrical-coordinate representation of color #575244: hue angle of 44.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575244 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 68 -
CMYK 0 0.06 0.22 0.66
HSL 44.21º 0.12% 0.3% -
HSV(B) 44.21º 0.22% 0.34% -
XYZ 7.99 8.48 6.68 -
YUV 81.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 87 82 68 0 0.06 0.22 0.66 44.21 0.12 0.3
Hex 57 52 44 0 6 16 42 2C C 1E
Octal 127 122 104 0 6 26 102 54 14 36
Binary 1010111 1010010 1000100 0 110 10110 1000010 101100 1100 11110

Color Harmonies of #575244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575244

Black with #575244

Text Example


Text Example

White with #575244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575244; }

 p { color: rgb(87,82,68); }

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

background-color css

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

 a { background-color: rgb(87,82,68); }

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

border-color css

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

 span { border-color: rgb(87,82,68); }

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