#525448

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

Shades of Gravel #525448

Tints of Gravel #525448

Color information

#525448 (or 0x525448) is unknown color: approx Gravel. HEX triplet: 52, 54 and 48. RGB value is (82,84,72). Sum of RGB (Red+Green+Blue) = 82+84+72=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 84 - color contains mainly: green. Hex color #525448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525448 is #ADABB7. Grayscale: #525252. Windows color (decimal): -11381688 or 4740178. OLE color: 4740178.

HSL color Cylindrical-coordinate representation of color #525448: hue angle of 70º 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 #525448 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB828472-
CMYK0.0200.140.67
HSL70º7.69%30.59%-
HSV(B)70º14.29%32.94%-
XYZ7.828.67.38-
YUV82.03122.34127.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=34.45%
G=35.29%
B=30.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284720.0200.140.67707.6930.59
Hex52544820E434681f
Octal12212411020161031061037
Binary101001010101001001000100111010000111000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525448; }

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

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

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

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

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

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

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

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