#526D48

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

Shades of Tom Thumb #526D48

Tints of Tom Thumb #526D48

Color information

#526D48 (or 0x526D48) is unknown color: approx Tom Thumb. HEX triplet: 52, 6D and 48. RGB value is (82,109,72). Sum of RGB (Red+Green+Blue) = 82+109+72=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #526D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D48 is #AD92B7. Grayscale: #606060. Windows color (decimal): -11375288 or 4746578. OLE color: 4746578.

HSL color Cylindrical-coordinate representation of color #526D48: hue angle of 103.78º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526D48 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB8210972-
CMYK0.2500.340.57
HSL103.78º20.44%35.49%-
HSV(B)103.78º33.94%42.75%-
XYZ10.1213.28.15-
YUV96.71114.05117.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 72 (28.52% from 255) = 27.38%
R=31.18%
G=41.44%
B=27.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82109720.2500.340.57103.7820.4435.49
Hex526D481902239681423
Octal12215511031042711502443
Binary101001011011011001000110010100010111001110100010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,72); }

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

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

 a { background-color: rgb(82,109,72); }

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

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

 span { border-color: rgb(82,109,72); }

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