Html Css Color HEX #526247 Tom Thumb

📋 copy color: '#526247'

red 82 ◦ green 98 ◦ blue 71

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

Shades of Tom Thumb #526247

Tints of Tom Thumb #526247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.04%

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 32.67%
G = 39.04%
B = 28.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#526247 (or 0x526247) is known color: Tom Thumb. HEX triplet: 52, 62 and 47. RGB value is (82,98,71). Sum of RGB (Red+Green+Blue) = 82+98+71=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #526247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526247 is #AD9DB8. Grayscale: #5A5A5A. Windows color (decimal): -11378105 or 4678226. OLE color: 4678226.

HSL color Cylindrical-coordinate representation of color #526247: hue angle of 95.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526247 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 71 -
CMYK 0.16 0 0.28 0.62
HSL 95.56º 0.16% 0.33% -
HSV(B) 95.56º 0.28% 0.38% -
XYZ 8.98 10.98 7.61 -
YUV 90.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 82 98 71 0.16 0 0.28 0.62 95.56 0.16 0.33
Hex 52 62 47 10 0 1C 3E 60 10 21
Octal 122 142 107 20 0 34 76 140 20 41
Binary 1010010 1100010 1000111 10000 0 11100 111110 1100000 10000 100001

Color Harmonies of #526247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526247

Black with #526247

Text Example


Text Example

White with #526247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526247; }

 p { color: rgb(82,98,71); }

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

background-color css

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

 a { background-color: rgb(82,98,71); }

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

border-color css

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

 span { border-color: rgb(82,98,71); }

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