Html Css Color HEX #555044 Dune

📋 copy color: '#555044'

red 85 ◦ green 80 ◦ blue 68

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

Shades of Dune #555044

Tints of Dune #555044

RGB

 RED value IS 85 (33.59% from 255) = 36.48%

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 36.48%
G = 34.33%
B = 29.18%

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

#555044 (or 0x555044) is known color: Dune. HEX triplet: 55, 50 and 44. RGB value is (85,80,68). Sum of RGB (Red+Green+Blue) = 85+80+68=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 85 - color contains mainly: red. Hex color #555044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555044 is #AAAFBB. Grayscale: #505050. Windows color (decimal): -11186108 or 4477013. OLE color: 4477013.

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

Color convert

RGB 85 80 68 -
CMYK 0 0.06 0.20 0.67
HSL 42.35º 0.11% 0.3% -
HSV(B) 42.35º 0.2% 0.33% -
XYZ 7.66 8.09 6.63 -
YUV 80.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 85 80 68 0 0.06 0.20 0.67 42.35 0.11 0.3
Hex 55 50 44 0 6 14 43 2A B 1E
Octal 125 120 104 0 6 24 103 52 13 36
Binary 1010101 1010000 1000100 0 110 10100 1000011 101010 1011 11110

Color Harmonies of #555044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555044

Black with #555044

Text Example


Text Example

White with #555044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555044; }

 p { color: rgb(85,80,68); }

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

background-color css

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

 a { background-color: rgb(85,80,68); }

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

border-color css

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

 span { border-color: rgb(85,80,68); }

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