#555248

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

Shades of Dune #555248

Tints of Dune #555248

Color information

#555248 (or 0x555248) is unknown color: approx Dune. HEX triplet: 55, 52 and 48. RGB value is (85,82,72). Sum of RGB (Red+Green+Blue) = 85+82+72=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555248 is #AAADB7. Grayscale: #515151. Windows color (decimal): -11185592 or 4739669. OLE color: 4739669.

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

Color convert

RGB858272-
CMYK00.040.150.67
HSL46.15º8.28%30.78%-
HSV(B)46.15º15.29%33.33%-
XYZ7.938.437.34-
YUV81.76122.49130.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=35.56%
G=34.31%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85827200.040.150.6746.158.2830.78
Hex55524804F432e81f
Octal1251221100417103561037
Binary101010110100101001000010011111000011101110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555248; }

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

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

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

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

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

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

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

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