#52604B

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

Shades of Tom Thumb #52604B

Tints of Tom Thumb #52604B

Color information

#52604B (or 0x52604B) is unknown color: approx Tom Thumb. HEX triplet: 52, 60 and 4B. RGB value is (82,96,75). Sum of RGB (Red+Green+Blue) = 82+96+75=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #52604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52604B is #AD9FB4. Grayscale: #595959. Windows color (decimal): -11378613 or 4939858. OLE color: 4939858.

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

Color convert

RGB829675-
CMYK0.1500.220.62
HSL100º12.28%33.53%-
HSV(B)100º21.88%37.65%-
XYZ8.9310.678.24-
YUV89.42119.86122.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 96 (37.89% from 255) = 37.94%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=32.41%
G=37.94%
B=29.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296750.1500.220.6210012.2833.53
Hex52604BF0163E64c22
Octal12214011317026761441442
Binary101001011000001001011111101011011111011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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