#555045

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

Shades of Dune #555045

Tints of Dune #555045

Color information

#555045 (or 0x555045) is unknown color: approx Dune. HEX triplet: 55, 50 and 45. RGB value is (85,80,69). Sum of RGB (Red+Green+Blue) = 85+80+69=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #555045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555045 is #AAAFBA. Grayscale: #505050. Windows color (decimal): -11186107 or 4542549. OLE color: 4542549.

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

Color convert

RGB858069-
CMYK00.060.190.67
HSL41.25º10.39%30.2%-
HSV(B)41.25º18.82%33.33%-
XYZ7.698.16.79-
YUV80.24121.66131.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=36.32%
G=34.19%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85806900.060.190.6741.2510.3930.2
Hex55504506134329a1e
Octal1251201050623103511236
Binary1010101101000010001010110100111000011101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555045; }

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

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

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

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

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

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

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

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