#526A45

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

Shades of Tom Thumb #526A45

Tints of Tom Thumb #526A45

Color information

#526A45 (or 0x526A45) is unknown color: approx Tom Thumb. HEX triplet: 52, 6A and 45. RGB value is (82,106,69). Sum of RGB (Red+Green+Blue) = 82+106+69=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #526A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A45 is #AD95BA. Grayscale: #5E5E5E. Windows color (decimal): -11376059 or 4549202. OLE color: 4549202.

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

Color convert

RGB8210669-
CMYK0.2300.350.58
HSL98.92º21.14%34.31%-
HSV(B)98.92º34.91%41.57%-
XYZ9.7112.537.54-
YUV94.61113.55119.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 69 (27.34% from 255) = 26.85%
R=31.91%
G=41.25%
B=26.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106690.2300.350.5898.9221.1434.31
Hex526A45170233A631522
Octal12215210527043721432542
Binary101001011010101000101101110100011111010110001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,106,69); }

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

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

 a { background-color: rgb(82,106,69); }

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

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

 span { border-color: rgb(82,106,69); }

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