#526D4B

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

Shades of Tom Thumb #526D4B

Tints of Tom Thumb #526D4B

Color information

#526D4B (or 0x526D4B) is unknown color: approx Tom Thumb. HEX triplet: 52, 6D and 4B. RGB value is (82,109,75). Sum of RGB (Red+Green+Blue) = 82+109+75=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #526D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D4B is #AD92B4. Grayscale: #616161. Windows color (decimal): -11375285 or 4943186. OLE color: 4943186.

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

Color convert

RGB8210975-
CMYK0.2500.310.57
HSL107.65º18.48%36.08%-
HSV(B)107.65º31.19%42.75%-
XYZ10.2213.248.67-
YUV97.05115.55117.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=30.83%
G=40.98%
B=28.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82109750.2500.310.57107.6518.4836.08
Hex526D4B1901F396c1224
Octal12215511331037711542244
Binary10100101101101100101111001011111111001110110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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