Html Css Color HEX #525547 Gravel

📋 copy color: '#525547'

red 82 ◦ green 85 ◦ blue 71

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

Shades of Gravel #525547

Tints of Gravel #525547

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.13% from 255) = 29.83%

R = 34.45%
G = 35.71%
B = 29.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 82 85 71 -
CMYK 0.04 0 0.16 0.67
HSL 72.86º 0.09% 0.31% -
HSV(B) 72.86º 0.16% 0.33% -
XYZ 7.87 8.75 7.23 -
YUV 82.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 82 85 71 0.04 0 0.16 0.67 72.86 0.09 0.31
Hex 52 55 47 4 0 10 43 49 9 1F
Octal 122 125 107 4 0 20 103 111 11 37
Binary 1010010 1010101 1000111 100 0 10000 1000011 1001001 1001 11111

Color Harmonies of #525547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525547

Black with #525547

Text Example


Text Example

White with #525547

Text Example


Text Example

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