#52634D

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

Shades of Tom Thumb #52634D

Tints of Tom Thumb #52634D

Color information

#52634D (or 0x52634D) is unknown color: approx Tom Thumb. HEX triplet: 52, 63 and 4D. RGB value is (82,99,77). Sum of RGB (Red+Green+Blue) = 82+99+77=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #52634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52634D is #AD9CB2. Grayscale: #5B5B5B. Windows color (decimal): -11377843 or 5071698. OLE color: 5071698.

HSL color Cylindrical-coordinate representation of color #52634D: hue angle of 106.36º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52634D is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB829977-
CMYK0.1700.220.61
HSL106.36º12.5%34.51%-
HSV(B)106.36º22.22%38.82%-
XYZ9.2811.258.7-
YUV91.41119.87121.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 99 (39.06% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=31.78%
G=38.37%
B=29.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299770.1700.220.61106.3612.534.51
Hex52634D110163D6ad23
Octal12214311521026751521543
Binary1010010110001110011011000101011011110111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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