#526449

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

Shades of Tom Thumb #526449

Tints of Tom Thumb #526449

Color information

#526449 (or 0x526449) is unknown color: approx Tom Thumb. HEX triplet: 52, 64 and 49. RGB value is (82,100,73). Sum of RGB (Red+Green+Blue) = 82+100+73=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #526449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526449 is #AD9BB6. Grayscale: #5B5B5B. Windows color (decimal): -11377591 or 4809810. OLE color: 4809810.

HSL color Cylindrical-coordinate representation of color #526449: hue angle of 100º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #526449 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB8210073-
CMYK0.1800.270.61
HSL100º15.61%33.92%-
HSV(B)100º27%39.22%-
XYZ9.2411.398.01-
YUV91.54117.54121.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 100 (39.45% from 255) = 39.22%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=32.16%
G=39.22%
B=28.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100730.1800.270.6110015.6133.92
Hex5264491201B3D641022
Octal12214411122033751442042
Binary10100101100100100100110010011011111101110010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526449; }

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

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

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

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

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

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

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

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