#52614E

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

Shades of Tom Thumb #52614E

Tints of Tom Thumb #52614E

Color information

#52614E (or 0x52614E) is unknown color: approx Tom Thumb. HEX triplet: 52, 61 and 4E. RGB value is (82,97,78). Sum of RGB (Red+Green+Blue) = 82+97+78=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #52614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52614E is #AD9EB1. Grayscale: #5A5A5A. Windows color (decimal): -11378354 or 5136722. OLE color: 5136722.

HSL color Cylindrical-coordinate representation of color #52614E: hue angle of 107.37º 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 #52614E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB829778-
CMYK0.1500.200.62
HSL107.37º10.86%34.31%-
HSV(B)107.37º19.59%38.04%-
XYZ9.1310.898.83-
YUV90.35121.03122.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=31.91%
G=37.74%
B=30.35%

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
Decimal8297780.1500.200.62107.3710.8634.31
Hex52614EF0143E6bb22
Octal12214111617024761531342
Binary101001011000011001110111101010011111011010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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