#555249

Color #555249 Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dune #555249

Tints of Dune #555249

Color information

#555249 (or 0x555249) is unknown color: approx Dune. HEX triplet: 55, 52 and 49. RGB value is (85,82,73). Sum of RGB (Red+Green+Blue) = 85+82+73=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #555249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555249 is #AAADB6. Grayscale: #515151. Windows color (decimal): -11185591 or 4805205. OLE color: 4805205.

HSL color Cylindrical-coordinate representation of color #555249: hue angle of 45º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555249 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB858273-
CMYK00.040.140.67
HSL45º7.59%30.98%-
HSV(B)45º14.12%33.33%-
XYZ7.978.457.51-
YUV81.87122.99130.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=35.42%
G=34.17%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827300.040.140.67457.5930.98
Hex55524904E432d81f
Octal1251221110416103551037
Binary101010110100101001001010011101000011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555249; }

 p { color: rgb(85,82,73); }

 H1.HeaderClassName
 {
   color: #555249;
 }
 .AnyTagClassName
 {
   color: #555249;
 }
</style>
background-color css

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

 a { background-color: rgb(85,82,73); }

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

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

 span { border-color: rgb(85,82,73); }

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