Html Css Color HEX #52716D William

📋 copy color: '#52716D'

red 82 ◦ green 113 ◦ blue 109

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

Shades of William #52716D

Tints of William #52716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 26.97%
G = 37.17%
B = 35.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#52716D (or 0x52716D) is known color: William. HEX triplet: 52, 71 and 6D. RGB value is (82,113,109). Sum of RGB (Red+Green+Blue) = 82+113+109=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #52716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52716D is #AD8E92. Grayscale: #676767. Windows color (decimal): -11374227 or 7172434. OLE color: 7172434.

HSL color Cylindrical-coordinate representation of color #52716D: hue angle of 172.26º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52716D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 109 -
CMYK 0.27 0 0.04 0.56
HSL 172.26º 0.16% 0.38% -
HSV(B) 172.26º 0.27% 0.44% -
XYZ 12.15 14.71 16.67 -
YUV 103.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 82 113 109 0.27 0 0.04 0.56 172.26 0.16 0.38
Hex 52 71 6D 1B 0 4 38 AC 10 26
Octal 122 161 155 33 0 4 70 254 20 46
Binary 1010010 1110001 1101101 11011 0 100 111000 10101100 10000 100110

Color Harmonies of #52716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52716D

Black with #52716D

Text Example


Text Example

White with #52716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52716D; }

 p { color: rgb(82,113,109); }

 H1.HeaderClassName
 {
   color: #52716D;
 }
 .AnyTagClassName
 {
   color: #52716D;
 }
</style>

background-color css

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

 a { background-color: rgb(82,113,109); }

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

border-color css

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

 span { border-color: rgb(82,113,109); }

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