#526547

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

Shades of Tom Thumb #526547

Tints of Tom Thumb #526547

Color information

#526547 (or 0x526547) is unknown color: approx Tom Thumb. HEX triplet: 52, 65 and 47. RGB value is (82,101,71). Sum of RGB (Red+Green+Blue) = 82+101+71=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #526547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526547 is #AD9AB8. Grayscale: #5C5C5C. Windows color (decimal): -11377337 or 4678994. OLE color: 4678994.

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

Color convert

RGB8210171-
CMYK0.1900.300.60
HSL98º17.44%33.73%-
HSV(B)98º29.7%39.61%-
XYZ9.2711.567.7-
YUV91.9116.21120.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=32.28%
G=39.76%
B=27.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101710.1900.300.609817.4433.73
Hex5265471301E3C621122
Octal12214510723036741422142
Binary10100101100101100011110011011110111100110001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526547; }

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

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

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

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

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

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

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

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