Html Css Color HEX #525448 Gravel

📋 copy color: '#525448'

red 82 ◦ green 84 ◦ blue 72

#525448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gravel #525448

Tints of Gravel #525448

RGB

 RED value IS 82 (32.42% from 255) = 34.45%

 GREEN value IS 84 (33.2% 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 value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#525448 (or 0x525448) is known color: 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

RGB 82 84 72 -
CMYK 0.02 0 0.14 0.67
HSL 70º 0.08% 0.31% -
HSV(B) 70º 0.14% 0.33% -
XYZ 7.82 8.6 7.38 -
YUV 82.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 82 84 72 0.02 0 0.14 0.67 70 0.08 0.31
Hex 52 54 48 2 0 E 43 46 8 1F
Octal 122 124 110 2 0 16 103 106 10 37
Binary 1010010 1010100 1001000 10 0 1110 1000011 1000110 1000 11111

Color Harmonies of #525448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525448

Black with #525448

Text Example


Text Example

White with #525448

Text Example


Text Example

HTML Codes & Css Web 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>