Html Css Color HEX #52544A Gravel

📋 copy color: '#52544A'

red 82 ◦ green 84 ◦ blue 74

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

Shades of Gravel #52544A

Tints of Gravel #52544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 34.17%
G = 35%
B = 30.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#52544A (or 0x52544A) is known color: Gravel. HEX triplet: 52, 54 and 4A. RGB value is (82,84,74). Sum of RGB (Red+Green+Blue) = 82+84+74=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 84 - color contains mainly: green. Hex color #52544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52544A is #ADABB5. Grayscale: #525252. Windows color (decimal): -11381686 or 4871250. OLE color: 4871250.

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

Color convert

RGB 82 84 74 -
CMYK 0.02 0 0.12 0.67
HSL 72º 0.06% 0.31% -
HSV(B) 72º 0.12% 0.33% -
XYZ 7.89 8.63 7.73 -
YUV 82.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 82 84 74 0.02 0 0.12 0.67 72 0.06 0.31
Hex 52 54 4A 2 0 C 43 48 6 1F
Octal 122 124 112 2 0 14 103 110 6 37
Binary 1010010 1010100 1001010 10 0 1100 1000011 1001000 110 11111

Color Harmonies of #52544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52544A

Black with #52544A

Text Example


Text Example

White with #52544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52544A; }

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

 H1.HeaderClassName
 {
   color: #52544A;
 }
 .AnyTagClassName
 {
   color: #52544A;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #52544A;
 }
 .BgClassName
 {
   background-color: #52544A;
 }
</style>

border-color css

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

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

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