#526849

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

Shades of Tom Thumb #526849

Tints of Tom Thumb #526849

Color information

#526849 (or 0x526849) is unknown color: approx Tom Thumb. HEX triplet: 52, 68 and 49. RGB value is (82,104,73). Sum of RGB (Red+Green+Blue) = 82+104+73=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #526849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526849 is #AD97B6. Grayscale: #5D5D5D. Windows color (decimal): -11376567 or 4810834. OLE color: 4810834.

HSL color Cylindrical-coordinate representation of color #526849: hue angle of 102.58º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #526849 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB8210473-
CMYK0.2100.300.59
HSL102.58º17.51%34.71%-
HSV(B)102.58º29.81%40.78%-
XYZ9.6312.188.15-
YUV93.89116.21119.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 73 (28.91% from 255) = 28.19%
R=31.66%
G=40.15%
B=28.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104730.2100.300.59102.5817.5134.71
Hex5268491501E3B671223
Octal12215011125036731472243
Binary10100101101000100100110101011110111011110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526849; }

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

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

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

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

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

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

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

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