#526549

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

Shades of Tom Thumb #526549

Tints of Tom Thumb #526549

Color information

#526549 (or 0x526549) is unknown color: approx Tom Thumb. HEX triplet: 52, 65 and 49. RGB value is (82,101,73). Sum of RGB (Red+Green+Blue) = 82+101+73=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #526549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526549 is #AD9AB6. Grayscale: #5C5C5C. Windows color (decimal): -11377335 or 4810066. OLE color: 4810066.

HSL color Cylindrical-coordinate representation of color #526549: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526549 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB8210173-
CMYK0.1900.280.60
HSL100.71º16.09%34.12%-
HSV(B)100.71º27.72%39.61%-
XYZ9.3411.588.05-
YUV92.13117.21120.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=32.03%
G=39.45%
B=28.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101730.1900.280.60100.7116.0934.12
Hex5265491301C3C651022
Octal12214511123034741452042
Binary10100101100101100100110011011100111100110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526549; }

 p { color: rgb(82,101,73); }

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

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

 a { background-color: rgb(82,101,73); }

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

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

 span { border-color: rgb(82,101,73); }

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