#53614E

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

Shades of Tom Thumb #53614E

Tints of Tom Thumb #53614E

Color information

#53614E (or 0x53614E) is unknown color: approx Tom Thumb. HEX triplet: 53, 61 and 4E. RGB value is (83,97,78). Sum of RGB (Red+Green+Blue) = 83+97+78=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #53614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53614E is #AC9EB1. Grayscale: #5A5A5A. Windows color (decimal): -11312818 or 5136723. OLE color: 5136723.

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

Color convert

RGB839778-
CMYK0.1400.200.62
HSL104.21º10.86%34.31%-
HSV(B)104.21º19.59%38.04%-
XYZ9.2210.948.83-
YUV90.65120.86122.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=32.17%
G=37.60%
B=30.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397780.1400.200.62104.2110.8634.31
Hex53614EE0143E68b22
Octal12314111616024761501342
Binary101001111000011001110111001010011111011010001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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