#525449

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

Shades of Gravel #525449

Tints of Gravel #525449

Color information

#525449 (or 0x525449) is unknown color: approx Gravel. HEX triplet: 52, 54 and 49. RGB value is (82,84,73). Sum of RGB (Red+Green+Blue) = 82+84+73=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #525449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525449 is #ADABB6. Grayscale: #525252. Windows color (decimal): -11381687 or 4805714. OLE color: 4805714.

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

Color convert

RGB828473-
CMYK0.0200.130.67
HSL70.91º7.01%30.78%-
HSV(B)70.91º13.1%32.94%-
XYZ7.858.627.55-
YUV82.15122.84127.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 73 (28.91% from 255) = 30.54%
R=34.31%
G=35.15%
B=30.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284730.0200.130.6770.917.0130.78
Hex52544920D434771f
Octal1221241112015103107737
Binary10100101010100100100110011011000011100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525449; }

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

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

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

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

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

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

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

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