#525547

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

Shades of Gravel #525547

Tints of Gravel #525547

Color information

#525547 (or 0x525547) is unknown color: approx Gravel. HEX triplet: 52, 55 and 47. RGB value is (82,85,71). Sum of RGB (Red+Green+Blue) = 82+85+71=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #525547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525547 is #ADAAB8. Grayscale: #525252. Windows color (decimal): -11381433 or 4674898. OLE color: 4674898.

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

Color convert

RGB828571-
CMYK0.0400.160.67
HSL72.86º8.97%30.59%-
HSV(B)72.86º16.47%33.33%-
XYZ7.878.757.23-
YUV82.51121.51127.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 71 (28.12% from 255) = 29.83%
R=34.45%
G=35.71%
B=29.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285710.0400.160.6772.868.9730.59
Hex5255474010434991f
Octal12212510740201031111137
Binary10100101010101100011110001000010000111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525547; }

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

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

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

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

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

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

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

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