#52604D

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

Shades of Tom Thumb #52604D

Tints of Tom Thumb #52604D

Color information

#52604D (or 0x52604D) is unknown color: approx Tom Thumb. HEX triplet: 52, 60 and 4D. RGB value is (82,96,77). Sum of RGB (Red+Green+Blue) = 82+96+77=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #52604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52604D is #AD9FB2. Grayscale: #595959. Windows color (decimal): -11378611 or 5070930. OLE color: 5070930.

HSL color Cylindrical-coordinate representation of color #52604D: hue angle of 104.21º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52604D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB829677-
CMYK0.1500.200.62
HSL104.21º10.98%33.92%-
HSV(B)104.21º19.79%37.65%-
XYZ910.78.61-
YUV89.65120.86122.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=32.16%
G=37.65%
B=30.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296770.1500.200.62104.2110.9833.92
Hex52604DF0143E68b22
Octal12214011517024761501342
Binary101001011000001001101111101010011111011010001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52604D; }

 p { color: rgb(82,96,77); }

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

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

 a { background-color: rgb(82,96,77); }

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

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

 span { border-color: rgb(82,96,77); }

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