#526C47

Color #526C47 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #526C47

Tints of Tom Thumb #526C47

Color information

#526C47 (or 0x526C47) is unknown color: approx Tom Thumb. HEX triplet: 52, 6C and 47. RGB value is (82,108,71). Sum of RGB (Red+Green+Blue) = 82+108+71=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #526C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C47 is #AD93B8. Grayscale: #606060. Windows color (decimal): -11375545 or 4680786. OLE color: 4680786.

HSL color Cylindrical-coordinate representation of color #526C47: hue angle of 102.16º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526C47 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB8210871-
CMYK0.2400.340.58
HSL102.16º20.67%35.1%-
HSV(B)102.16º34.26%42.35%-
XYZ9.9812.977.94-
YUV96.01113.89118.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 71 (28.12% from 255) = 27.20%
R=31.42%
G=41.38%
B=27.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108710.2400.340.58102.1620.6735.1
Hex526C47180223A661523
Octal12215410730042721462543
Binary101001011011001000111110000100010111010110011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C47; }

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

 H1.HeaderClassName
 {
   color: #526C47;
 }
 .AnyTagClassName
 {
   color: #526C47;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #526C47;
 }
 .BgClassName
 {
   background-color: #526C47;
 }
</style>
border-color css

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

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

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