#52634F

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

Shades of Tom Thumb #52634F

Tints of Tom Thumb #52634F

Color information

#52634F (or 0x52634F) is unknown color: approx Tom Thumb. HEX triplet: 52, 63 and 4F. RGB value is (82,99,79). Sum of RGB (Red+Green+Blue) = 82+99+79=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #52634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52634F is #AD9CB0. Grayscale: #5B5B5B. Windows color (decimal): -11377841 or 5202770. OLE color: 5202770.

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

Color convert

RGB829979-
CMYK0.1700.200.61
HSL111º11.24%34.9%-
HSV(B)111º20.2%38.82%-
XYZ9.3511.289.08-
YUV91.64120.87121.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.54%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=31.54%
G=38.08%
B=30.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299790.1700.200.6111111.2434.9
Hex52634F110143D6fb23
Octal12214311721024751571343
Binary1010010110001110011111000101010011110111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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