#52614A

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

Shades of Tom Thumb #52614A

Tints of Tom Thumb #52614A

Color information

#52614A (or 0x52614A) is unknown color: approx Tom Thumb. HEX triplet: 52, 61 and 4A. RGB value is (82,97,74). Sum of RGB (Red+Green+Blue) = 82+97+74=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #52614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52614A is #AD9EB5. Grayscale: #595959. Windows color (decimal): -11378358 or 4874578. OLE color: 4874578.

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

Color convert

RGB829774-
CMYK0.1500.240.62
HSL99.13º13.45%33.53%-
HSV(B)99.13º23.71%38.04%-
XYZ8.9910.848.1-
YUV89.89119.03122.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=32.41%
G=38.34%
B=29.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8297740.1500.240.6299.1313.4533.53
Hex52614AF0183E63d22
Octal12214111217030761431542
Binary101001011000011001010111101100011111011000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52614A; }

 p { color: rgb(82,97,74); }

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

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

 a { background-color: rgb(82,97,74); }

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

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

 span { border-color: rgb(82,97,74); }

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